Optional store: Store<any, AnyAction>Private Readonly CellPrivate Readonly commandsPrivate Readonly nbgraderPrivate Readonly notebookPrivate Readonly storeThe readonly editor factory that create code editors
Create a new cell footer 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 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 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.
Generated using TypeDoc
Extend the default implementation NotebookPanel.ContentFactory of
IContentFactory.