Notebook config interface for NotebookPanel

interface IConfig {
    autoStartDefault: boolean;
    editorConfig: IEditorConfig;
    kernelShutdown: boolean;
    notebookConfig: INotebookConfig;
}

Properties

autoStartDefault: boolean

Whether to automatically start the preferred kernel

editorConfig: IEditorConfig

A config object for cell editors

kernelShutdown: boolean

Whether to shut down the kernel when closing the panel or not

notebookConfig: INotebookConfig

A config object for notebook widget