Skip to content

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

@4ndr3aR

Description

@4ndr3aR

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions