声明
qbit 已发现比 Jupyter QtConsole 更好用的工具,参见: JupyterLab 快速配置
效果图
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
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。