Construct a new notebook widget factory.
The options used to construct the factory.
Readonly
contentThe content factory used by the widget factory.
Readonly
mimeThe service used to look up mime types.
Readonly
rendermimeWhether to automatically select the preferred kernel during a kernel start
Whether to automatically start the preferred kernel
Whether the widgets can start a kernel when opened.
Experimental
contentExperimental
Identifier of the content provider required for the widget (if any).
Throws Error if the content provider was already set.
Experimental
Identifier of the content provider required for the widget (if any).
The file types for which the factory should be the default.
The file types for which the factory should be the default for rendering a document model, if different from editing.
A configuration object for cell editor settings.
The file types the widget can view.
Get whether the model factory has been disposed.
The label of the widget to display in dialogs. If not given, name is used instead.
The registered name of the model type used to create the widgets.
A unique name identifying of the widget.
A configuration object for notebook settings.
Whether the widgets prefer having a kernel started.
Whether the widget factory is read only.
Whether the kernel should be shutdown when the widget is closed.
Whether the kernel should be shutdown when the widget is closed.
The application language translator.
A signal emitted when a widget is created.
Create a new widget given a document model and a context.
It should emit the [widgetCreated] signal with the new widget.
Optional
source: NotebookPanelProtected
createOptional
source: NotebookPanelProtected
defaultDefault factory for toolbar items to be added after the widget is created.
A widget factory for notebook panels.