【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
————————

参考: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