Create a content factory for a cell.
The readonly editor factory that create code editors
Create a new cell header for the parent widget.
Create a new cell header for the parent widget.
Create a new code cell widget.
If no cell content factory is passed in with the options, the one on the notebook content factory is used.
Create an input prompt.
Create a new markdown cell widget.
If no cell content factory is passed in with the options, the one on the notebook content factory is used.
Create the output prompt for the widget.
Create a new raw cell widget.
If no cell content factory is passed in with the options, the one on the notebook content factory is used.
Create an stdin widget.
Generated using TypeDoc
The default implementation of an
IContentFactory
. A namespace for the staic notebook content factory. The default implementation of a notebook content factory.. A namespace for the notebook content factory.Notes
Override methods on this class to customize the default notebook factory methods that create notebook content.