Detach from IPython kernel without terminating it

给你一囗甜甜゛ 提交于 2020-01-02 06:26:26

问题


Can someone please tell me how I can detach from an IPython kernel without terminating it?

I see in the documentation of quit() that there is a parameter keep_kernel, but unfortunately quit(keep_kernel=True) won't work.


回答1:


If you are connected to the kernel via the IPython console client and are on a Unix-like OS, you can detach using Ctrl-\



来源:https://stackoverflow.com/questions/23680786/detach-from-ipython-kernel-without-terminating-it

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!