jupyter-notebook

ImportError: No module named notebook.notebookapp


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.


Solution

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

    pip install jupyter