码迷,mamicode.com
首页 > 编程语言 > 详细

Python Jupyter QtConsole

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

标签:ipython   jupyter   pyreadline   

【效果图】

技术分享

  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

标签:ipython   jupyter   pyreadline   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!