JupyterProps: Omit<JupyterContextProps, "variant"> & { colormode?: Colormode; disableCssLoading?: boolean; terminals?: boolean; theme?: Theme; } Type declaration
Optional
colormode?: Colormode
Optional
disableCssLoading?: boolean
Optional
terminals?: boolean
Optional
theme?: Theme
Definition of the properties that can be passed when creating a Jupyter context.