[**@jupyterlite**](../../../../README.md) *** [@jupyterlite](../../../../README.md) / [@jupyterlite/kernel](../../README.md) / KernelSpecs # ~~KernelSpecs~~ ## Deprecated This package is deprecated and will be removed in 0.8.0. Please import from @jupyterlite/services instead. This package now acts as a shim that re-exports kernel-related components from @jupyterlite/services for backward compatibility. ## Example ```typescript // Old (deprecated): import { LiteKernelClient } from '@jupyterlite/kernel'; // New (recommended): import { LiteKernelClient } from '@jupyterlite/services'; ``` ## Interfaces - [~~IKernelOptions~~](interfaces/IKernelOptions.md) ## Type Aliases - [~~KernelFactories~~](type-aliases/KernelFactories.md) - [~~KernelFactory~~](type-aliases/KernelFactory.md)