Installing jupyter-contrib-nbextension on Google Colab
问题 I wanted to install hinterland for use in google colab. I followed the installation instructions on official page Basically I did the following steps: !pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master !jupyter contrib nbextension install --user Now when I want to enable any particular extension say 'hinterland' I do the following: !jupyter nbextension enable /usr/local/lib/python3.6/dist-packages/jupyter_contrib_nbextensions/nbextensions/hinterland