【jupter】安装设置
作者:互联网
pip安装jupter之前要将pip更新至最新版
pip install jupyter 安装jupter
jupyter notebook -h 启动jupter,浏览器自动打开一个jupyter页面(页面显示的是C:\Users\I目录),地址默认为http://localhost:8888/tree
jupyter notebook --port 9999 启动jupter,指定端口为9999
Ctrl+c 终端结束jupyter,退出服务
详见:https://mp.weixin.qq.com/s/VLQQVQ0KgrOhgG-wPrLwWg
标签:jupter,9999,notebook,设置,pip,jupyter,安装 来源: https://www.cnblogs.com/sdr900/p/16377039.html