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

Importing notebook>=7.0.0 throws ModuleNotFoundError: No module named 'notebook.notebookapp' #9

Open
4ndr3aR opened this issue Nov 8, 2024 · 0 comments

Comments

@4ndr3aR
Copy link

4ndr3aR commented Nov 8, 2024

It happens both inside a jupyter server and in a naked python interpreter (Ubuntu 24.04 amd64, python 3.12):

#> python
Python 3.12.3 (main, Sep 11 2024, 14:17:37) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import codeium
Traceback (most recent call last):
File "", line 1, in
File "/mnt/raid1/venvs/sam2/lib/python3.12/site-packages/codeium/init.py", line 9, in
from notebook.notebookapp import NotebookWebApplication
ModuleNotFoundError: No module named 'notebook.notebookapp'

Downgrading to notebook==6.5.7 fixes the problem.

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

No branches or pull requests

1 participant