美文网首页
Solved:Xshell 连接服务器,调用 jupyter n

Solved:Xshell 连接服务器,调用 jupyter n

作者: 谢小帅 | 来源:发表于2018-07-20 14:02 被阅读49次
Problem

问题原因:

其实 jupyter notebook 网页已经打开了,
但是 在已经存在的浏览器 session(进程)中打开的,
所以 Xmanager 没有弹出浏览器。

解决:

ps -aux 查看 browser session 进程,然后 kill

找到 browser 进程

x-www-browser

kill -s 9 23153 即可。

相关文章

网友评论

      本文标题:Solved:Xshell 连接服务器,调用 jupyter n

      本文链接:https://www.haomeiwen.com/subject/ynofmftx.html