Class JupyterReactNotebookModelFactory

Hierarchy

  • NotebookModelFactory
    • JupyterReactNotebookModelFactory

Constructors

Properties

_nbformat?: INotebookContent
_readonly: boolean

Accessors

  • get collaborative(): boolean
  • Whether the model is collaborative or not.

    Returns boolean

  • get contentType(): string
  • The content type of the file.

    Returns string

  • get disableDocumentWideUndoRedo(): boolean
  • Experimental Alpha

    Define the disableDocumentWideUndoRedo property.

    Returns boolean

  • set disableDocumentWideUndoRedo(disableDocumentWideUndoRedo): void
  • Parameters

    • disableDocumentWideUndoRedo: boolean

    Returns void

  • get fileFormat(): FileFormat
  • The format of the file.

    Returns FileFormat

  • get isDisposed(): boolean
  • Get whether the model factory has been disposed.

    Returns boolean

  • get name(): string
  • The name of the model.

    Returns string

Methods

  • Dispose of the model factory.

    Returns void

  • Get the preferred kernel language given a path.

    Parameters

    • path: string

    Returns string