When I run !pip install geocoder in Jupyter Notebook I get the same output as running pip install geocoder in the terminal but the geocoder package
!pip install geocoder
pip install geocoder
In jupyter notebook under python 3.6, the following line works:
!source activate py36;pip install <...>