windows系统下安装Python的jupyter笔记本
1、打开powershell使用系统搜索 -- 收入powershell -- 点击打开
2、输入指令: pip3 install --upgrade pip 进行p坡纠课柩ip源的更新输入指令:pip3 install jupyter 安装jupyter
3、自动安装完成后输入指令打开:jupyter-notebook.exe自动会在浏览器下打开。
4、在页面上点击右边的“新建”下拉菜单点击“python3”进入Python3程序笔记测试界面
5、编写一段python3代码,点击运行,没有报错表明jupyter已经安装好了
6、总结:1. 打开powershell2. 输入指令: pip3 install --upgrade pip 进行pip源的更新3. 输入指令:pip3 install jupyter 安装jupyter4. 测试是否安装好
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。