Default implementation of IContentFactory.

Hierarchy

Implements

Constructors

Accessors

  • get editorFactory(): Factory
  • The readonly editor factory that create code editors

    Returns Factory

Methods

  • Create a new code cell widget.

    Notes

    If no cell content factory is passed in with the options, the one on the notebook content factory is used.

    Parameters

    Returns CodeCell

  • Create a new console panel.

    Parameters

    Returns CodeConsole

  • Create a new raw cell widget.

    Notes

    If no cell content factory is passed in with the options, the one on the notebook content factory is used.

    Parameters

    Returns RawCell

Generated using TypeDoc