Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookShowOptions

Hierarchy

  • NotebookShowOptions

Index

Properties

Optional connectionProfile

connectionProfile: IConnectionProfile

Optional profile indicating the initial connection to use for this editor

Optional defaultKernel

defaultKernel: IKernelSpec

Default kernel for notebook

Optional initialContent

initialContent: string | INotebookContents

Optional content used to give an initial notebook state

Optional initialDirtyState

initialDirtyState: boolean

A optional boolean value indicating the dirty state after the initial content is loaded, default value is true

Optional preserveFocus

preserveFocus: boolean

An optional flag that when true will stop the editor from taking focus.

Optional preview

preview: boolean

An optional flag that controls if an editor-tab will be replaced with the next editor or if it will be kept.

Optional providerId

providerId: string

An optional string indicating which notebook provider to initially use

Optional viewColumn

viewColumn: ViewColumn

An optional view column in which the editor should be shown. The default is the active, other values are adjusted to be Min(column, columnCount + 1), the active-column is not adjusted. Use ViewColumn.Beside to open the editor to the side of the currently active one.

Generated using TypeDoc