Information about a kernel connected to a document.

interface JupyterKernel {
    status: JupyterKernelStatus;
}

Properties

Properties

The current status of the kernel.