在Spyder中没有IPython [英] IPython not available in Spyder

查看:324
本文介绍了在Spyder中没有IPython的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我认为我在这个密切相关的问题中遇到了问题

我正在运行 Linux Mint 16 (基于Ubuntu 13.10)并拥有Spyder 2.2.5和IPython 0.13.2。

I'm running Linux Mint 16 (based on Ubuntu 13.10) and have Spyder 2.2.5 and IPython 0.13.2.

解释器 menu我只看到打开Python解释器...... 而不是打开IPython解释器的选项。

Under the Interpreters menu I only see Open a Python interpreter... and not an option to open an IPython interpreter.

我有什么需要做的显示Spyder IPython是吗?

Is there anything I have to do to "show" Spyder where IPython "is"?

这是我的可选依赖项的输出:

Here is the output of my "Optional Dependencies":

IPython >=0.13  :  0.13.2 (OK)
matplotlib >=1.0:  1.2.1 (OK)
pep8 >=0.6      :  None (NOK)
pyflakes >=0.5.0:  0.7.3 (OK)
pylint >=0.25   :  None (NOK)
rope >=0.9.2    :  0.9.2 (OK)
sphinx >=0.6.6  :  1.1.3 (OK)


推荐答案

原则上你应该可以用<$ c打开一个IPython控制台$ c>查看 - > Windows - > IPython控制台 ...你有吗?这个?
如果这不是一个选项,试试这个:从翻译窗口,

In principle you should be able to open an IPython console with View -> Windows -> IPython console... do you have this? If this is not an option, try this: from an interpreter window,

import IPython
IPython.start_ipython()

这篇关于在Spyder中没有IPython的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆