【效果图】
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
原文地址:http://walkerqt.blog.51cto.com/1310630/1792622