Skip to content

Instantly share code, notes, and snippets.

@SHDShim
Last active April 14, 2019 22:53
Show Gist options
  • Select an option

  • Save SHDShim/05d8ebd04bdf49cecc16f29fe250ce3f to your computer and use it in GitHub Desktop.

Select an option

Save SHDShim/05d8ebd04bdf49cecc16f29fe250ce3f to your computer and use it in GitHub Desktop.
What to do if nbextensions tab in jupyter notebook is gone

What to do if nbextensions tab in jupyter notebook is gone

Try the following webpage:

http://localhost:8888/nbextensions

If this does not work do the following

conda uninstall jupyter_nbextensions_configurator

conda uninstall jupyter_contrib_nbextensions

and then

conda install -c conda-forge jupyter_nbextensions_configurator

conda install -c conda-forge jupyter_contrib_nbextensions

conda install nb_conda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment