问题
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