【效果图】

wKiom1ds81nAgozqAADOXD6-4AM070.png-wh_50

  walker喜欢的功能:代码补全,一个问号(?)给出注释,两个问号浏览代码。


【环境】

  Windows7 x64,Python 3.5。


【步骤】

  • 安装ipython。

pip3 install ipython -i https://pypi.doubanio.com/simple/
  • 安装pyreadline。

pip3 install pyreadline -i https://pypi.doubanio.com/simple/
  • 安装jupyter

pip3 install jupyter -i https://pypi.doubanio.com/simple/
  • 安装pyqt。

pip3 install pyqt5 -i https://pypi.doubanio.com/simple/
  • 启动。

jupyter qtconsole
  • 安装 sip

pip3 install sip -i https://pypi.doubanio.com/simple/
  • 用bat文件避开黑框控制台过时

@echo off 
if "%1"=="h" goto begin 
start mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit 
:begin

jupyter qtconsole


*** 2016-07-11 ***

walker发现最新版本的组件直接启动 Python35\Scripts 下的 jupyter-qtconsole.exe 即可没有黑框。


【相关阅读】

1、The Qt Console for Jupyter

2、几种隐藏批处理运行窗口的方法

3、可选镜像站:https://pypi.doubanio.com/simple/


*** walker * 2016-06-24 ***