Python Jupyter QtConsole

时间:2016-06-24 20:45:46   收藏:0   阅读:1744

【效果图】

技术分享

  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

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!