Interface AutoInstallJupyterNotebookStepOutput

The automatic installation for the Jupyter Notebook step.

interface AutoInstallJupyterNotebookStepOutput {
    id: string;
    kernel: "Python 3";
    python3KernelVersion: "6.29.5";
}

Properties

id: string

The id of this step.

kernel: "Python 3"

The kernel to install.

python3KernelVersion: "6.29.5"

The python3KernelVersion to install.