Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from
Closed

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

wants to merge 1 commit into from

Conversation

takato1314
Copy link

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 .

@takato1314 takato1314 changed the title Fix issue #125 and #126 Fix unable to load jupyter_nbextensions_configurator extension on Notebook 6.x.x Jan 11, 2021
…r_nbextensions_configurator extension and displays a blank page when navigate to localhost:8888/nbextensions/
@Zsailer
Copy link

Zsailer commented Jan 14, 2021

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

@takato1314 takato1314 closed this Jan 14, 2021
@takato1314 takato1314 deleted the fix/new_mathjaxutils_ref branch January 14, 2021 07:31
@lukefeilberg
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants