Python3 Jupyter QtConsole

效果图


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

环境

  • 操作系统: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

你可能感兴趣的:(python,windows)