【问题标题】:Spyder 2.3.4 + Python 3.4: IPython not availableSpyder 2.3.4 + Python 3.4:IPython 不可用
【发布时间】: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


【解决方案1】:
sudo apt-get install ipython3-qtconsole

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

【讨论】:

    猜你喜欢
    • 2019-04-27
    • 2013-08-28
    • 2021-07-04
    • 1970-01-01
    • 2017-12-07
    • 2017-05-10
    • 2018-01-05
    • 2017-05-04
    • 2015-04-03
    相关资源
    最近更新 更多