A basic in process kernel monitor with autorestarting.
This watches a kernel’s state using KernelManager.is_alive and auto restarts the kernel if it dies.
Bases: IPython.kernel.restarter.KernelRestarter
Monitor and autorestart a kernel.
Start the polling of the kernel.
Stop the kernel polling.