jupyter
# jupyter notebook
Owner: -QVQ-
在anaconda prompt中
启动:
jupyter notebook --port <port_number>
—port
指定端口号启动
如果不想打开网页则加上--no-browser
,此时可通过窗口内的链接再次打开网页
启动后不要关闭终端不然断开连接
浏览器地址显示http://localhost:8888
。其中,“localhost”指的是本机,“8888”则是端口号。
如果再开一个将是8889,往后累加
• Windows系统的配置文件路径:C:\Users\<user_name>\.jupyter\
上次更新: 2025/02/21, 14:57:10