ContentFactory | @jupyterlab (original) (raw)
Hierarchy (View Summary)
- Notebook.ContentFactory
- ContentFactory
Implements
Index
Constructors
constructor
- new ContentFactory(
options: Cell.ContentFactory.IOptions,
): NotebookPanel.ContentFactory NotebookPanel.ContentFactory
Returns
Accessors
editorFactory
Methods
createCellFooter
- createCellFooter(): ICellFooter
ICellFooter
Returns
createCellHeader
- createCellHeader(): ICellHeader
ICellHeader
Returns
createCodeCell
createInputPrompt
- createInputPrompt(): IInputPrompt
IInputPrompt
Returns
createMarkdownCell
- createMarkdownCell(options: MarkdownCell.IOptions): MarkdownCell
MarkdownCell
Returns
createNotebook
createOutputPrompt
- createOutputPrompt(): IOutputPrompt
IOutputPrompt
Returns