怎么下载jupyter?
 
                    yang
2020-02-24 10:40:4710375浏览 · 0收藏 · 0评论

下载jupyter的方法:(推荐:jupyter使用教程)
打开命令提示符,输入python,保证python能够正常运行:

然后执行jupyter的安装命令:
pip install jupyter
pip会自动下载jupyter对应的依赖,然后安装完成。

更多python知识请关注python视频教程。
 
                    关注公众号,随时随地在线学习

