ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.23k stars 806 forks source link

nbextensions tab not showing in jupyter notebook tab #1550

Open santhu1702 opened 3 years ago

santhu1702 commented 3 years ago

Screenshot from 2021-01-23 20-00-55

santhu1702 commented 3 years ago

i tried all commands

jupyter nbextensions_configurator enable --user

r6lm commented 3 years ago

It looks like you need to downgrade your notebook package version using: conda install notebook==6.1.1 I took the advice from here and it worked - https://discourse.jupyter.org/t/jupyter-nbextensions-configurator-not-shown/7294/2?u=r6lm

pepeto commented 1 year ago

I had the same problem and I fixed it downgrading notebook to version 6.1.1 thank you @r6lm