当我运行jupyter notebook list
时,我得到:
Currently running servers:
http://localhost:8888/?token=2f349408fa7154054c6f3f63128f3461eb9983ec068726d1 :: /path/to/project
我检查了security
目录,其中应为当前配置文件存储连接文件,并且该目录为空。
我尝试了jupyter notebook stop
,但我得到了:No such file or directory: ./stop
我还尝试使用fuser和nettop列出当前打开的连接。连接不在那里,它不应该是因为我暂时没有在列出的项目上工作。
Jupyter版本是5.0.0,在Mac OS上运行。
答案 0 :(得分:0)
要获取当前连接目录,我在Jupyter common directories and file locations documentation之后运行了jupyter --paths
。从那里我选择了运行时目录,所以我打开它。包含的目录
我打开了nbserver-server_number.json
文件,检查token
号与jupyter notebook list
给出的号码是否相同。我删除了该文件,现在Jupyter不再将其视为正在运行的服务器。