Ipython Magic-无法安装Ubuntu Server 18.04

Ipython Magic-无法安装Ubuntu Server 18.04

我已明确遵循此处的说明https://ipython.readthedocs.io/en/stable/install/install.html#dependencies

运行下面这些命令。

pip3 install ipython
pip3 show ipython
pip3 install pexpect jedi pygments setuptools decorator prompt-toolkit pickleshare backcall traitlets

我仍然收到此错误

>>> %precision 2
  File "<stdin>", line 1
    %precision 2
    ^
SyntaxError: invalid syntax

提前感谢您的帮助

答案1

我假设您在安装 IPython 时使用的同一个 Python shell 中运行了该代码。

我认为您应该通过从终端调用来打开 IPython shellipython并从那里运行代码。

相关内容