elksie5000
elksie5000

Reputation: 7752

Jupyter notebook: No module named 'notebook.base'

I'm trying to create a simple HTML version of a notebook without the code.

jupyter nbconvert "HFB data dashboard.ipynb" --to html --no-input

But it returns:

line 18, in <module>
    from notebook.base.handlers import APIHandler, IPythonHandler
ModuleNotFoundError: No module named 'notebook.base'

I'm using notebook version 7.1

Upvotes: 1

Views: 1446

Answers (0)

Related Questions