Spyder 2.3.4 + Python 3.4:IPython 不可用

Spyder 2.3.4 + Python 3.4: IPython not available

我刚刚安装了 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:~$ 

有谁知道为什么它不起作用?

干杯 线

sudo apt-get install ipython3-qtconsole

应该可以解决问题。之前,我只安装了常规的 ipython 包..