Optional
collaborative?: booleanWhether the component is collaborative or not.
Optional
defaultDefault kernel
Will be true while waiting for the default kernel.
If true
, it does not ensure a default kernel will
be created successfully.
This is useful to not mount to quickly a Lumino Widget to be unmount right away when the default kernel will be available.
Jupyter Server base URL
Useless if running an in-browser kernel.
Optional
kernel?: KernelKernel
Kernel
Optional
kernelThe Kernel Manager.
Optional
lite?: LiteIf true
, it will load the Pyodide jupyterlite kernel.
You can also set it to dynamically import any jupyterlite kernel package.
If defined, serverUrls and defaultKernelName will be ignored and the component will run this in-browser kernel.
`lite: true` => Load dynamically the package @jupyterlite/pyodide-kernel-extension
`lite: import('@jupyterlite/javascript-kernel-extension')` => Load dynamically
Optional
serverJupyter Server settings.
This is useless if running an in-browser kernel via lite.
Optional
serviceJupyter service manager.
The type for Jupyter context.