@jupyterlite

***`

@jupyterlite / @jupyterlite/kernel / KernelSpecs / KernelFactory

Type Alias: ~~KernelFactory()~~#

**KernelFactory** = (options) => Promise\<[IKernel`](../../../interfaces/IKernel.md)>

Defined in: packages/services/lib/kernel/kernelspecs.d.ts:54

The type for a kernel factory function used to instantiate new kernels.

Parameters#

options#

IOptions

Returns#

Promise<IKernel>