Detach from IPython kernel without terminating it

2019-05-04 19:13发布

问题:

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-\