我为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