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