首页 > 编程语言 > 详细

Python Jupyter QtConsole

时间:2016-06-24 20:45:16      阅读:309      评论:0      收藏:0      [点我收藏+]

【效果图】

技术分享

  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

原文:http://walkerqt.blog.51cto.com/1310630/1792622

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!