Optional
collaborative?: booleanWhether the component is collaborative or not.
Optional
defaultDefault kernel name
Optional
initCode to be executed silently at kernel startup
This is ignored if there is no default kernel.
Optional
jupyterOptional
jupyterOptional
lite?: LiteURL to fetch a JupyterLite kernel (i.e. in-browser kernel).
If defined, serverUrls and defaultKernelName will be ignored and the component will run this in-browser kernel.
https://cdn.jsdelivr.net/npm/@jupyterlite/pyodide-kernel-extension
Optional
serverless?: booleanOptional
serviceJupyter Service Manager.
Optional
skeleton?: JSX.ElementA loader to display while the kernel is being setup.
Optional
startWhether to start the default kernel or not.
Optional
terminals?: booleanOptional
useThe Kernel Id to use, as defined in the Kernel API
Optional
useThe index (aka position) of the Kernel to use in the list of kernels.
The type for Jupyter props.