-
Notifications
You must be signed in to change notification settings - Fork 62
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
Error using jupyter_nbextensions_configurator with nbclassic #140
Error using jupyter_nbextensions_configurator with nbclassic #140
Comments
Thx @scmmmh for reporting. I have the same issue and will look for a fix. |
Just opened Jupyter-contrib/jupyter_nbextensions_configurator#141 to fix this. |
Jupyter-contrib/jupyter_nbextensions_configurator#141 is waiting for reviews from the core maintainers. Please upvote that PR in the jupyter-contrib repository if you want to get this move forward. |
Just saw the link to the docs:
Thanks @echarles !
|
Thx for trying out @dleen and reporting here. I have tested in a clean env and opened #174 to update the documentation. The following steps worked fine for me (the extension configuration is show and operational, no 404). pip install nbclassic
pip install 'jupyter_nbextensions_configurator @ git+https://github.com/datalayer-externals/jupyter-notebook-configurator.git@fix/nbclassic#egg=jupyter_nbextensions_configurator'
jupyter nbclassic-extension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite
jupyter nbclassic-extension enable --sys-prefix --py jupyter_nbextensions_configurator
jupyter nbclassic-serverextension enable --sys-prefix --py jupyter_nbextensions_configurator
jupyter nbclassic |
If I install and enable the last published
|
To add more info related to #140 (comment) After enabling with |
|
If you test with nbclassic, please use the following commands before testing jupyter nbclassic-extension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite
jupyter nbclassic-extension enable --sys-prefix --py jupyter_nbextensions_configurator
jupyter serverextension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite
jupyter serverextension enable --sys-prefix --py jupyter_nbextensions_configurator For notebook: jupyter nbextension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite
jupyter nbextension enable --sys-prefix --py jupyter_nbextensions_configurator
jupyter serverextension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite
jupyter serverextension enable --sys-prefix --py jupyter_nbextensions_configurator |
@echarles That's great news! I don't believe the
e.g.
|
I can confirm that this now works for me. |
Thx. Closing as fixed. |
I'm trying to use nbclassic (0.4.2.) with the jupyter_nbextensions_configurator using the notebook_shim and getting the following error:
I have also reported this here: jupyter/notebook_shim#9, but I'm not sure which project it is best reported in.
The text was updated successfully, but these errors were encountered: