在Python上使用Jupyter时的SyntaxError

时间:2017-03-07 22:04:25

标签: python syntax-error jupyter

我为Python安装了jupyter包,但是当我尝试使用它时,我得到了SyntaxError:语法无效。

我尝试删除Python并重新安装它,但我得到了相同的结果。

我使用的是Windows 10和Python 2.7.13 如果需要更多信息,请询问。

Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import jupyter
>>> jupyter notebook
  File "<stdin>", line 1
    jupyter notebook
                   ^
SyntaxError: invalid syntax

1 个答案:

答案 0 :(得分:1)

启动jupyter只需输入(就像你一样):

jupyter notebook

在您选择的任何终端中。

例如,在Windows中,转到命令提示符,如下所示:

cmd

(因为您在Windows 10中只需使用开始菜单搜索cmd并按Enter键)

...并键入,不要使用IDLE(Python)或任何其他IDE来启动它。

如果您每次要打开jupyter笔记本时都不想去cmd,只需创建一个快捷方式,当此窗口出现时:

Window

...你必须输入jupyter notebook然后再输入,然后它会要求你给快捷方式命名,随便调用它并完成。现在,您将能够双击一个图标,您的浏览器将会出现。