美文网首页
pip安装jupyter

pip安装jupyter

作者: 孟应杰 | 来源:发表于2020-03-13 18:24 被阅读0次

⭐ 我的网站: www.mengyingjie.com ⭐

1 安装 Jupyter
pip3 install jupyter
2 启动 Jupyter
jupyter notebook
3 打开 Jupyter

打开浏览器,地址栏输入

http://localhost:8888
(默认)
4 关闭 Jupyter

在cmd中直接使用“Ctrl+C”键即可退出jupyter notebook
一次不行按两次

5 Jupyter 官方说明

https://jupyter.readthedocs.io/en/latest/install.html
其中包含 Jupyter的安装,配置和使用 的详细说明。

遇到此类问题,但看了文章还是未解决,
评论或加 QQ:781378815

相关文章

网友评论

      本文标题:pip安装jupyter

      本文链接:https://www.haomeiwen.com/subject/jiysshtx.html