Anaconda ipython qtconsole 启动器

Posted

技术标签:

【中文标题】Anaconda ipython qtconsole 启动器【英文标题】:Anaconda ipython qtconsole launcher 【发布时间】:2016-10-23 20:39:35 【问题描述】:

我正在使用带有 kde 5.6.4 的 Kubuntu 16.04。我已经安装了 anaconda python 3.5,其中包括 ipython qtconsole

要启动 ipython qtconsole,我必须在终端中输入 ipython qtconsole。无论如何我可以为它创建一个启动器吗?

我知道有一个包,但它没有链接到 anaconda python 3.5,我不想要另一个单独的 python 3.5。

abhishek ~ $ apt-cache search ipython3-qtconsole
ipython3 - enhanced interactive Python 3 shell
ipython3-qtconsole - enhanced interactive Python 3 shell - Qt console

【问题讨论】:

@JacquesGaudin 号 对不起,我的意思是:linuxguidelinux.blogspot.co.uk/2012/05/… 【参考方案1】:

尝试创建a Desktop file,并带有所需ipython的绝对路径,例如:

[Desktop Entry]
Type=Application
Exec=/anaconda/bin/ipython qtconsole %u
Name=Jupyter Console
GenericName=Qt Application
Comment=Run a new IPython QT Console
Categories=Qt;KDE;
# MimeType=application/x-your-mime-type;
# Icon=some-icon
# X-DocPath=yourapp/index.html
# Terminal=false

将此文本文件保存在~/.local/share/applications/ipython_qtconsole.desktop 中,然后将.desktop 文件拖到您的启动器中。

我只是猜测你的 ipython 的位置是/anaconda/bin/ipython;要确定正确的路径,请在终端中运行 which ipython

【讨论】:

以上是关于Anaconda ipython qtconsole 启动器的主要内容,如果未能解决你的问题,请参考以下文章

指定 ipython 配置文件 qtconsole

如何运行连接到 ipython3 实例的 qtconsole?

嵌入 ipython qtconsole 并传递对象

加载 ipython qtconsole 时出错

脚本执行后启动 ipython qtconsole 作为交互式解释器

在 IPython qtconsole 中确定终端宽度