Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在每个 ssh 的机器上工作,我在其中运行ipython以进行交互式工作。我可以从 IPython 启动一个长时间运行的 Python 函数,切断 ssh 连接并稍后重新登录到 IPython 会话以观察结果吗?
ipython
是的。使用screen, tmux(superior) 或类似软件。两者都使用您附加和分离的会话的概念。
screen
tmux
与tmux:
<Ctrl+b> d
tmux attach
使用屏幕,命令是screen和。<Ctrl+a> <Ctrl+d>screen -r
<Ctrl+a> <Ctrl+d>
screen -r