python2下安装jupyter notebook
进入C:\Python27\Scripts
pip2 install jupyter
打开方式:
python3:直接cmd > jupyter notebook
python2:进入C:\Python27\Scripts,cmd > jupyter notebook
新方法:进入C:\Python27\Scripts下,将jupyter-notebook.exe改成jupyter-notebook2.exe
python3:直接cmd > jupyter notebook
python2:直接cmd > jupyter notebook2
完美(前提应该是要添加环境变量)
选择浏览器打开:
file:///C:/Users/Administrator/AppData/Roaming/jupyter/runtime/nbserver-8368-open.html
右键选择喜欢的浏览器打开
本文详细介绍了在Python2环境下安装Jupyter Notebook的方法,包括使用pip2进行安装,以及通过修改文件名实现与Python3环境的区分运行。此外,还提供了选择浏览器打开Jupyter Notebook的具体路径。
1453

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



