Optional
Readonly
autoWhether to automatically start the preferred kernel
Optional
Readonly
canWhether the widgets can start a kernel when opened.
A notebook panel content factory.
Optional
Readonly
defaultThe file types for which the factory should be the default.
Optional
Readonly
defaultThe file types for which the factory should be the default for rendering, if that is different than the default factory (which may be for editing) If undefined, then it will fall back on the default file type.
Optional
editorThe notebook cell editor configuration.
Readonly
fileThe file types the widget can view.
Optional
Readonly
labelThe label of the widget to display in dialogs. If not given, name is used instead.
The service used to look up mime types.
Optional
Readonly
modelThe name of the document model type.
Readonly
nameThe name of the widget to display in dialogs.
Optional
notebookThe notebook configuration.
Optional
Readonly
preferWhether the widgets prefer having a kernel started.
Optional
Readonly
readWhether the widget factory is read only.
Optional
Readonly
shutdownWhether the kernel should be shutdown when the widget is closed.
Optional
Readonly
toolbarA function producing toolbar widgets, overriding the default toolbar widgets.
Optional
translatorThe application language translator.
The options used to construct a
NotebookWidgetFactory
.