1.安裝python2
2.安裝python3
-
3.安裝jupyter
python -m pip install jupyter#python2版本下的安裝 python3 -m pip install jupyter#python3版本下的安裝
-
4.解決共存(安裝
Kernel
)ipython kernel install --name python2 ipython kernel install --name python3
安裝圖一 -
5.啟動
jupyter notebook
啟動命令圖二
notebook使用界面一
notebook使用界面二