Interface: IKernelSpecs#
@jupyterlite/kernel.IKernelSpecs
The interface for the kernel specs service.
Properties#
defaultKernelName#
ReadonlydefaultKernelName:string
Get the default kernel name.
Defined in#
factories#
Readonlyfactories:KernelFactories
Get the kernel factories for the current kernels.
Defined in#
register#
register: (options:IKernelOptions) =>void
Type declaration#
(
options):void
Register a new kernel spec
Parameters#
Name |
Type |
Description |
|---|---|---|
|
The kernel spec options. |
Returns#
void
Defined in#
specs#
Readonlyspecs:null|ISpecModels
Get the kernel specs.