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
Try using some shell magic: %%sh %%sh pip install geocoder let me know if it works, thanks
%%sh pip install geocoder