You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
dotlambda, jazzido, yunjunz, cwzhao, tmvfb and 15 morerefack, y9c, AthenaCaesura and JavierEscobarOrtiz