Namespace: KernelSpecs
#
@jupyterlite/kernel.KernelSpecs
A namespace for KernelSpecs statics.
Type Aliases#
KernelFactories
#
Ƭ KernelFactories
: Map
<string
,
KernelFactory
>
The type for the record of kernel factory functions.
Defined in#
KernelFactory
#
Ƭ KernelFactory
: (options
:
IOptions
) =>
Promise
<IKernel
>
Type declaration#
(
options
):Promise
<IKernel
>
The type for a kernel factory function used to instantiate new kernels.
Parameters#
Name |
Type |
---|---|
|
Returns#
Promise
<IKernel
>