Readonly argvA list of command line arguments used to start the kernel.
Readonly display_The kernel’s name as it should be displayed in the UI.
Optional Readonly envA dictionary of environment variables to set for the kernel.
Readonly languageThe name of the language of the kernel.
Optional Readonly metadataA dictionary of additional attributes about this kernel; used by clients to aid in kernel selection.
Readonly nameThe name of the kernel spec.
Readonly resourcesA mapping of resource file name to download path.
Generated using TypeDoc
Kernel Spec interface.
Notes
See Kernel specs.