IConfig | @jupyterlab (original) (raw)

Interface IConfig

Notebook config interface for NotebookPanel

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

Index

Properties

autoStartDefault editorConfig kernelShutdown notebookConfig

Properties

autoStartDefault

autoStartDefault: boolean

Whether to automatically start the preferred kernel

editorConfig

editorConfig: IEditorConfig

A config object for cell editors

kernelShutdown

kernelShutdown: boolean

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

notebookConfig

notebookConfig: INotebookConfig

A config object for notebook widget