win10-python安装jupyter notebook

97 阅读1分钟

(1)安装python环境
www.python.org/downloads/w…
www.python.org/downloads/r…
www.python.org/ftp/python/…

(2)安装插件

pip install notebook
如果安装速度慢,使用清华源安装 pip install -i pypi.tuna.tsinghua.edu.cn/simple notebook

(3)运行
jupyter notebook

(4)卸载win10的python环境

1.使用python-3.10.11-amd64.exe 点击后选择卸载