ImportError:没有名为notebook.notebookapp的模块

问题描述:

当我在控制台ipython notebook中输入并得到

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

ImportError:没有名为notebook.notebookapp的模块

ImportError: No module named notebook.notebookapp

?

我用pip安装了ipython笔记本,真的不知道发生了什么.

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

对于4.0及更高版本,您需要与 https:分开安装笔记本应用程序: //github.com/jupyter/notebook

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

pip install jupyter