【发布时间】:2015-07-30 04:34:48
【问题描述】:
我刚刚安装了 Spyder 2.3.4。在我的 Ubuntu 14.04 x64 机器上。在以前的版本中,我使用的是 Python 2.7,并且可以选择在启动时启动 IPython shell。但是我在最新版本中找不到这个选项了。
起初,我以为我的问题与问题有关 IPython not available in Spyder 但“sympy”和“ipython”安装正确:
cord@laptop:~$ sudo pip3 install --upgrade ipython
Requirement already up-to-date: ipython in /usr/local/lib/python3.4/dist- packages
Cleaning up...
cord@laptop:~$ sudo pip3 install --upgrade sympy
Requirement already up-to-date: sympy in /usr/local/lib/python3.4/dist-packages
Cleaning up...
cord@laptop:~$
有人知道为什么它不起作用吗?
干杯 绳子
【问题讨论】:
-
顺便说一句,IPython 正在工作:>>> 导入 IPython >>> IPython.start_ipython() Python 3.4.0(默认,2014 年 4 月 11 日,13:05:11)键入“版权”,“学分”或“许可证”以获取更多信息。 IPython 3.1.0——增强的交互式 Python。 ...
标签: python python-3.x spyder