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
jupyter_nbextensions_configurator | error adding extension (enabled: True): The module 'jupyter_nbextensions_configurator' could not be found (cannot import name 'version_info' from 'notebook' (D:\Anaconda\Lib\site-packages\notebook_init_.py)). Are you sure the extension is installed?
The text was updated successfully, but these errors were encountered:
It really depends on how the notebook package is installed. If you install notebook with pip install notebook in a virtual environment and then don't run any update command, then it should not update automatically.
However some installations (based Linux distributions for example) might indeed do it for you when updating the system as a whole.
jupyter_nbextensions_configurator | error adding extension (enabled: True): The module 'jupyter_nbextensions_configurator' could not be found (cannot import name 'version_info' from 'notebook' (D:\Anaconda\Lib\site-packages\notebook__init__.py)). Are you sure the extension is installed?
It looks like you were using the classic notebook before. If so you may want to have a look at the migration guide to help you decide whether you still need jupyter_nbextensions_configurator or not: https://jupyter-notebook.readthedocs.io/en/stable/migrate_to_notebook7.html
The migration guide provides some information for running the old classic notebook UI if desired.
jupyter_nbextensions_configurator | error adding extension (enabled: True): The module 'jupyter_nbextensions_configurator' could not be found (cannot import name 'version_info' from 'notebook' (D:\Anaconda\Lib\site-packages\notebook_init_.py)). Are you sure the extension is installed?
The text was updated successfully, but these errors were encountered: