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

renderCellOnIdle

renderCellOnIdle: boolean

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

scrollPastEnd

scrollPastEnd: boolean

Enable scrolling past the last cell

Generated using TypeDoc