5

我已经安装了ipython,但我不知道如何使用它。我在哪里可以找到 ipython shell?

4

3 回答 3

4

To use ipython, just go to the command line, and run the command ipython.

于 2012-11-08T20:26:58.673 回答
3

使用以下命令启动 IPython:

$ ipython [options] files

请参阅http://ipython.org/ipython-doc/stable/interactive/reference.html#command-line-usage

您要么必须在安装了 ipython 的目录中,要么将目录添加到路径中。

您可以通过Alt双击My Computer、选择Advanced OptionsEnvironment找到PATH环境变量并添加ipython安装目录来执行此操作。

启动一个新的命令提示符并键入ipython应该启动解释器。

于 2012-11-08T20:40:29.930 回答
3

打开你的终端,输入ipython并运行。

编辑:您是否设置ipython了环境变量?是 ipython.org 的初始配置指南

编辑:也许您还需要从http://pypi.python.org/pypi/setuptools安装 setuptools

来源:IPython 不会启动

于 2012-11-08T20:28:19.677 回答