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
Returns JSX.Element
-
sidebarMargin: number
This component creates a Notebook as a collection of cells with sidebars.
The notebook properties.
A Notebook component.