Interface JupyterKernelAlive

The data of an alive Jupyter kernel.

interface JupyterKernelAlive {
    kernelId: string;
}

Properties

Properties

kernelId: string

The id of the kernel.