Windows Python3.6 安装 IPython(Jupyter) qtconsole
生活随笔
收集整理的這篇文章主要介紹了
Windows Python3.6 安装 IPython(Jupyter) qtconsole
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
- 確保 Python3.6 已經(jīng)成功安裝
- 分別執(zhí)行以下步驟:
python –m pip install ipython
python –m pip install pygments
python –m pip install pyreadline
python –m pip install pyzmq
- 下載 pyqt 并安裝
https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4
python -m pip install PyQt4?4.11.4?cp36?cp36m?win_amd64.whl
或者直接使用命令安裝:
pip install PyQt5 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install PyQt5-tools -i https://pypi.tuna.tsinghua.edu.cn/simple
- 安裝 qtconsole
python –m pip install qtconsole
- 啟動(dòng)ipython
總結(jié)
以上是生活随笔為你收集整理的Windows Python3.6 安装 IPython(Jupyter) qtconsole的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python 函数不定长参数
- 下一篇: Python 源码函数格式带有*和/说明