日期:2023-06-05 浏览次数:208 次
一句话安装命令:pip install jupyter notebook
国内配置方法
1、使用以下命令将pip源切换为阿里云镜像源:
pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/
2、确认pip源已成功切换。您可以运行以下命令来验证:
pip config get global.index-url
3、使用以下命令安装
pip install jupyter notebook
4、启动
jupyter notebook
5、启动后浏览器自动打开http://localhost:8888/tree/Desktop
6、上传.ipynb的文件-点击运行