Optional Readonly autoAutomatically start the default kernel if no other matching kernel is
found (default false).
Optional Readonly canA kernel can be started (default true).
Optional Readonly idThe id of an existing kernel.
Optional Readonly languageThe preferred kernel language.
Optional Readonly nameThe name of the kernel.
Optional Readonly shouldA kernel should be started automatically (default true).
Optional Readonly shutdownShut down the session when session context is disposed (default false).
Generated using TypeDoc
A kernel preference.
Notes
Preferences for a kernel are considered in the order
id,name,language. If no matching kernels can be found andautoStartDefaultistrue, then the default kernel for the server is preferred.