windows系统下安装Python的jupyter笔记本

时间:2026-02-14 00:58:16

1、打开powershell

使用系统搜索 -- 收入powershell -- 点击打开

windows系统下安装Python的jupyter笔记本

2、输入指令: pip3 install --upgrade pip  进行pip源的更新

输入指令:pip3 install jupyter 安装jupyter

windows系统下安装Python的jupyter笔记本

3、自动安装完成后

输入指令打开:  jupyter-notebook.exe

自动会在浏览器下打开。

windows系统下安装Python的jupyter笔记本

4、在页面上点击右边的“新建”

下拉菜单点击“python3”进入Python3程序笔记测试界面

windows系统下安装Python的jupyter笔记本

5、编写一段python3代码,点击运行,没有报错表明jupyter已经安装好了

windows系统下安装Python的jupyter笔记本

6、总结:

1. 打开powershell

2. 输入指令: pip3 install --upgrade pip  进行pip源的更新

3. 输入指令:pip3 install jupyter 安装jupyter

4. 测试是否安装好


© 2026 五度知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com