1. pip install jupyter
2. 环境变量添加jupyter 所在路径
3. 多版本支持:
3.1 pip install ipykernel
3.2 python -m ipykernel install python37
3.3 python -m ipykernel install python38
4. jupyter notebook再次打开,便可选择python37与python38作为解释器
本文介绍了如何使用pip安装Jupyter,如何将Jupyter添加到环境变量,以及如何实现Python37和38版本的多版本支持,以便在启动时选择不同解释器。
1. pip install jupyter
2. 环境变量添加jupyter 所在路径
3. 多版本支持:
3.1 pip install ipykernel
3.2 python -m ipykernel install python37
3.3 python -m ipykernel install python38
4. jupyter notebook再次打开,便可选择python37与python38作为解释器
1029
1万+
368

被折叠的 条评论
为什么被折叠?