GitHubJupyter
  • Preparing search index...
  • The search index is not available
@jupyterlab
  • @jupyterlab
  • notebook
  • ToolbarItems
  • createCellTypeItem

Function createCellTypeItem

  • createCellTypeItem(panel: NotebookPanel, translator?: ITranslator): ReactWidget
  • Create a cell type switcher item.

    Notes

    It will display the type of the current active cell. If more than one cell is selected but are of different types, it will display '-'. When the user changes the cell type, it will change the cell types of the selected cells. It can handle a change to the context.

    Parameters

    • panel: NotebookPanel
    • Optionaltranslator: ITranslator

    Returns ReactWidget

    • Defined in packages/notebook/src/default-toolbar.tsx:253

Settings

Member Visibility

On This Page

Notes
GitHubJupyter
@jupyterlab
  • Loading...

Generated using TypeDoc