ipython笔记本没有启动

时间:2014-04-24 15:22:53

标签: python ipython ipython-notebook

我无法启动ipython笔记本电脑。我在命令提示符中使用了命令“ipython notebook”,但是我收到一条错误消息,说“ipython”未被识别为命令。我有Python 3.3和ipython 1.2.1。此命令适用于我的其他Windows机器,我使用相同的过程来安装ipython。唯一的区别是我在其他Windows机器上使用Python 2.7。我觉得有一个非常简单的修复或者我犯了一个愚蠢的错误。有什么想法吗?

修改 我在下面的评论中尝试了ThomasK的建议,并收到以下图片中显示的以下错误。

Ipython notebook error on call

2 个答案:

答案 0 :(得分:1)

重新作为答案:

看起来你没有安装pyzmq。您可以使用pip或exe安装程序安装它。但是可能还有其他一些你没有设置过的东西。我们建议下载像Anaconda这样的东西,其中包括所有必要的包装。如果你想使用Python 3,你可以试试类似的Pyzo。

答案 1 :(得分:1)

在写作时,获取这些消息是正常的。它只是意味着你缺少一些python包。我建议按如下方式安装它们:pip install --user [package]。其他可能会抱怨的内容列于here

jinja2, needed for the notebook
sphinx, needed for nbconvert
pyzmq, needed for IPython’s parallel computing features, qt console and notebook
pygments, used by nbconvert and the Qt console for syntax highlighting
tornado, needed by the web-based notebook
nose, used by the test suite