参考: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
标签:8888,783,http,关掉,notebook,anaconda,jupyter From: https://www.cnblogs.com/alex-bn-lee/p/16938047.html