-
Notifications
You must be signed in to change notification settings - Fork 121
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 not installing correctly #172
Comments
Same problem here
|
Same problem:
pip version: 24.0
|
Same problem.
|
I can't test this right now, it would be good to work out which version of jupyter the change happened in, if anyone has time to try earlier with an earlier version of it, this might narrow it down. |
Hi everyone, I was able to cut a release from with the latest updates that had been merged! If you would like to try it and report any further issues, you can find it here: https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator/releases/tag/0.6.4 |
I just tried to install this with pip. Here's my pip show results:
Name: jupyter-nbextensions-configurator
Version: 0.6.3
Summary: jupyter serverextension providing configuration interfaces for nbextensions.
Home-page: https://github.com/jupyter-contrib/jupyter_nbextensions_configurator
Author: jcb91, jupyter-contrib developers
Author-email: [email protected]
License: BSD 3-clause
Location: /home/rejogc/.local/lib/python3.10/site-packages
Requires: jupyter-contrib-core, jupyter-core, notebook, pyyaml, tornado, traitlets
Required-by: jupyter-contrib-nbextensions
when i start jupiter like this 'jupyter notebook', i get this error message in the stream of messages during startup:
[[W 2024-02-28 16:31:08.015 ServerApp] jupyter_nbextensions_configurator | error adding extension (enabled: True): The module 'jupyter_nbextensions_configurator' could not be found (No module named 'notebook.base'). Are you sure the extension is installed?
Traceback (most recent call last):
File "/home/rejogc/.local/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 322, in add_extension
extpkg = ExtensionPackage(name=extension_name, enabled=enabled)
File "/home/rejogc/.local/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 186, in init
self._load_metadata()
File "/home/rejogc/.local/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 201, in _load_metadata
raise ExtensionModuleNotFound(msg) from None
jupyter_server.extension.utils.ExtensionModuleNotFound: The module 'jupyter_nbextensions_configurator' could not be found (No module named 'notebook.base'). Are you sure the extension is installed?
Looks like something's missing from the distribution
The text was updated successfully, but these errors were encountered: