Options
All
  • Public
  • Public/Protected
  • All
Menu

A config object for the notebook widget

Hierarchy

  • INotebookConfig

Index

Properties

defaultCell

defaultCell: CellType

The default type for new notebook cells.

disableDocumentWideUndoRedo

disableDocumentWideUndoRedo: boolean

Defines if the document can be undo/redo.

maxNumberOutputs

maxNumberOutputs: number

Defines the maximum number of outputs per cell.

numberCellsToRenderDirectly

numberCellsToRenderDirectly: number

observedBottomMargin

observedBottomMargin: string

Defines the observed bottom margin for the virtual notebook, set a positive number of pixels to render cells below the visible view.

observedTopMargin

observedTopMargin: string

Defines the observed top margin for the virtual notebook, set a positive number of pixels to render cells below the visible view.

recordTiming

recordTiming: boolean

Should timing be recorded in metadata

remainingTimeBeforeRescheduling

remainingTimeBeforeRescheduling: number

renderCellOnIdle

renderCellOnIdle: boolean

Defines if the placeholder cells should be rendered when the browser is idle.

renderingLayout

renderingLayout: RenderingLayout

Defines the rendering layout to use.

scrollPastEnd

scrollPastEnd: boolean

Enable scrolling past the last cell

Optional showEditorForReadOnlyMarkdown

showEditorForReadOnlyMarkdown: boolean

Should an editor be shown for read-only markdown

sideBySideLeftMarginOverride

sideBySideLeftMarginOverride: string

Override the side-by-side left margin.

sideBySideOutputRatio

sideBySideOutputRatio: number

Side-by-side output ratio.

sideBySideRightMarginOverride

sideBySideRightMarginOverride: string

Override the side-by-side right margin.

Generated using TypeDoc