Jupyter-contrib / jupyter_nbextensions_configurator

A jupyter notebook serverextension providing config interfaces for nbextensions.
Other
981 stars 121 forks source link

Fix unable to load jupyter_nbextensions_configurator extension on Notebook 6.x.x #129

Closed takato1314 closed 3 years ago

takato1314 commented 3 years ago

Fix issue #125 and #126 where Jupyter notebook cannot load the jupyter_nbextensions_configurator extension and displays a blank page when navigate to localhost:8888/nbextensions/.

The fix is explained in #125 .

Zsailer commented 3 years ago

This issue should be fixed in notebook>=6.2.0, thanks to jupyter/notebook#5934.

lukefeilberg commented 1 year ago

Just a heads up I'm getting this same issue with notebook version 6.5.3.

>jupyter --version
Selected Jupyter core packages...
IPython          : 8.10.0
ipykernel        : 6.19.2
ipywidgets       : 8.0.4
jupyter_client   : 7.4.9
jupyter_core     : 5.3.0
jupyter_server   : 1.23.4
jupyterlab       : 3.5.3
nbclient         : 0.5.13
nbconvert        : 6.5.4
nbformat         : 5.7.0
notebook         : 6.5.3
qtconsole        : 5.4.0
traitlets        : 5.7.1

I just downgraded to 6.1.5 and it now works.