The automatic installation for the Jupyter Notebook step.

interface AutoInstallJupyterNotebookMember {
    $unknown?: undefined;
    autoInstallCodeStructureTest?: undefined;
    autoInstallFlake8?: undefined;
    autoInstallJupyterNotebook: AutoInstallJupyterNotebookStepOutput;
    autoInstallPytest?: undefined;
    autoInstallSimplePythonTest?: undefined;
}

Properties

$unknown?: undefined
autoInstallCodeStructureTest?: undefined
autoInstallFlake8?: undefined
autoInstallJupyterNotebook: AutoInstallJupyterNotebookStepOutput
autoInstallPytest?: undefined
autoInstallSimplePythonTest?: undefined