1

声明

qbit 已发现比 Jupyter QtConsole 更好用的工具,参见: JupyterLab 快速配置

效果图

Jupyter QtConsole 效果图
qbit 喜欢的功能:代码补全,一个问号(?)给出注释,两个问号浏览代码。

环境

  • 操作系统:Windows 10 x64 1903
  • Python 3.6.7 x64
  • Jupyter QtConsole 4.5.2(官方文档

步骤

  • 安装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/
  • 启动
# 也可直接创建快捷方式启动
# 可能文件路径:C:\Program Files\Python36\Scripts\jupyter-qtconsole.exe
jupyter qtconsole

qbit
268 声望279 粉丝