Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/notebook/Notebook

Index

References

Namespaces

Type aliases

Variables

References

default

Renames and exports Notebook

Type aliases

INotebookProps

INotebookProps: { ipywidgets?: "classic" | "lab"; path: string; sidebarComponent?: (props: any) => JSX.Element; sidebarMargin: number }

Type declaration

  • Optional ipywidgets?: "classic" | "lab"
  • path: string
  • Optional sidebarComponent?: (props: any) => JSX.Element
      • (props: any): JSX.Element
      • Parameters

        • props: any

        Returns JSX.Element

  • sidebarMargin: number

Variables

Const Notebook

Notebook: { defaultProps: Partial<INotebookProps> } = ...

This component creates a Notebook as a collection of cells with sidebars.

param

The notebook properties.

returns

A Notebook component.

Type declaration

    • This component creates a Notebook as a collection of cells with sidebars.

      Parameters

      Returns Element

      A Notebook component.

  • defaultProps: Partial<INotebookProps>

Generated using TypeDoc