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

jupyter_nbextensions_configurator is not compatible with notebook 7.0.0 #165

Closed
alaabhs opened this issue Jul 31, 2023 · 3 comments · Fixed by #166
Closed

jupyter_nbextensions_configurator is not compatible with notebook 7.0.0 #165

alaabhs opened this issue Jul 31, 2023 · 3 comments · Fixed by #166

Comments

@alaabhs
Copy link

alaabhs commented Jul 31, 2023

I have this exception when i run jupyter nbextensions_configurator enable --sys-prefix

Traceback (most recent call last):
  File "/home/alaa/code/test_env/test/bin/jupyter-nbextensions_configurator", line 5, in <module>
    from jupyter_nbextensions_configurator.application import main
  File "/home/alaa/code/test_env/test/lib/python3.10/site-packages/jupyter_nbextensions_configurator/__init__.py", line 18, in <module>
    from notebook.base.handlers import APIHandler, IPythonHandler
ModuleNotFoundError: No module named 'notebook.base'
@mfouesneau
Copy link

Same issue.

@davidfraser
Copy link

Would it be possible to update the metadata for juypter-nbextensions-configurator to indicate that it currently requires notebook < 7.0?

@WesleyTheGeolien
Copy link

WesleyTheGeolien commented Jan 3, 2024

Running the latest main this still did not seem to be working.

It appears it can be fixed by calling the nbclassic.shim_notebook for notebook>7 this should be addressed in #171

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 a pull request may close this issue.

4 participants