A notebook kernel.

interface NotebookKernel {
    display_name?: string;
    language?: string;
    name?: string;
}

Properties

display_name?: string

The display name of the environment kernel.

language?: string

The language of the environment kernel.

name?: string

The name of the environment kernel.