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使用界面二

