Jupyter-contrib / jupyter_nbextensions_configurator

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

Can't enable the page correctly #137

Open ZhenxuanZhang-Jensen opened 2 years ago

ZhenxuanZhang-Jensen commented 2 years ago

Hi experts, I follow the instruction and install and enable the jupyter extension, I already can see the nbextension page and I click the enable tick on the page and select some extensions. But it didn't show in my ipynb file and also when I refresh my page, the extension page goes the old with all extension disabled. image

    }
[E 05:00:08.023 NotebookApp] 500 PATCH /api/config/common (::1) 14.370000ms referer=http://localhost:8888/nbextensions/
[I 05:00:10.023 NotebookApp] 302 GET /nbextensions/nbextensions_configurator/rendermd/nbextensions/nbextensions_configurator/icon.png (::1) 1.390000ms
[I 05:00:10.027 NotebookApp] 302 GET /nbextensions/nbextensions_configurator/rendermd/nbextensions/nbextensions_configurator/tree_tab/icon.png (::1) 2.400000ms
[I 05:00:10.028 NotebookApp] 302 GET /nbextensions/nbextensions_configurator/rendermd/nbextensions/nbextensions_configurator/config_menu/icon.png (::1) 2.300000ms
[I 05:01:57.972 NotebookApp] Saving file at /DNN_HH.ipynb
zhangaman commented 2 years ago

I got the same issue this morning. All options are incompatible.

aoeftiger commented 2 years ago

Same here.

oldrzym commented 1 year ago

Same

juhasch commented 1 year ago

This is because of changes in the Jupyter notebook itself, where we can't get the notebook version anymore. Will be fixed in PR #149 . In the meantime just uncheck the checkbox on the top called "disable configuration for nebextensions without explicit compatibility...".