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