-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ModuleNotFoundError after pip install notebook==7.0.0 #6802
Comments
Thanks @KayjiYu for trying out the Notebook 7 pre-release 👍 It looks like it could be an issue with the terminal not finding the right command for starting the application. Did you try to install v7 in a new virtual environment? |
Thanks for your advice! I created a virtual environment and installed notebook 7.0.0a18, it works! However it seems that some packages are not compatible with notebook V7, for example, Jupyterthemes. I'm still being used to the built-in dark mode. Anyway, v7 works well so far. Thank you so much. |
Thanks again for trying the pre-release! For reference it's possible to use existing JupyterLab themes like themes.mp4I opened #6805 to track adding this to the documentation. |
Also the author of https://github.com/dunovank/jupyter-themes has ported some themes for JupyterLab, which should work in Notebook 7: |
Thanks a lot! I have been trying the darkside_ui as well as the jupyterlab built-in dark mode. They are okay but my personal preference is still 'onedork' which is not available right now. Never mind ! I'm getting used to them! Thank you again for following up with the simple inquiry ! I'm enjoying the notebook 7. |
There seems to be a |
Closing as answered. I opened #6813 to improve the documentation about migrating to Notebook 7, and documenting the topic of themes there. Thanks again! |
I upgrade notebook to V7 by pip install notebook==7.0.0a17.
I typed jupyter notebook in Mac terminal as usual but error occurs saying ModuleNotFoundError: No module named 'notebook.notebookapp'.
Anyone know how to deal with it? I have to reinstall notebook 6.5
The text was updated successfully, but these errors were encountered: