alex_bn_lee

导航

【783】关掉通过anaconda打开的jupyter notebook

参考:How to shutdown jupyter notebook app (server) without using ctrl-c?


下面是实际运行的两个版本的jupyter notebook

【1】http://localhost:8888/tree/Python_Task4/02_AOI_Entrance/01_data

【2】http://localhost:8889/tree/Python_Task4/02_AOI_Entrance/01_data

关掉其中一个的方法:

# 停止某个port的服务
jupyter notebook stop <port number>

# 显示所有的port
jupyter notebook list

想要停止8888的话,就按照如下方法

jupyter notebook stop 8888

 

posted on 2022-11-30 12:13  McDelfino  阅读(250)  评论(0)    收藏  举报