ImportError: No module named notebook.notebookapp

dapias picture dapias · Jul 14, 2015 · Viewed 72.8k times · Source

What do you recommend guys for this error when I type in console ipython notebook and got

ImportError: No module named notebook.notebookapp

?

I installed ipython notebook with pip and really I don't know what is going on.

Answer

user2429409 picture user2429409 · Jul 16, 2015

For 4.0 and above You need to install the notebook app separately from https://github.com/jupyter/notebook

pip install jupyter