Python Jupyter QtConsole
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python Jupyter QtConsole相关的知识,希望对你有一定的参考价值。
【效果图】
walker喜欢的功能:代码补全,一个问号(?)给出注释,两个问号浏览代码。
【环境】
Windows7 x64,Python 3.5。
【步骤】
1、安装ipython。
pip3 install ipython
2、安装pyreadline。
pip3 install pyreadline
3、安装jupyter
pip3 install jupyter
4、安装pyqt。
pip3 install pyqt5
5、启动。
jupyter qtconsole
6、用bat文件避开黑框控制台。
@echo off if "%1"=="h" goto begin start mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit :begin jupyter qtconsole
相关阅读:The Qt Console for Jupyter
*** walker * 2016-06-24 ***
本文出自 “walker的流水账” 博客,请务必保留此出处http://walkerqt.blog.51cto.com/1310630/1792622
以上是关于Python Jupyter QtConsole的主要内容,如果未能解决你的问题,请参考以下文章
我认为 jupyter-qtconsole 坏了,因为我运行的是 os x 10.10.5。不更新怎么解决?
在 jupyter qtconsole 中自动运行 %matplotlib inline
iPython/jupyter qtconsole 无法在 anaconda 2.4.0 中启动