UNPKG

thebe-lite

Version:

Thebe extension library for WASM kernels via JupyterLite

4 lines (3 loc) 209 B
import type { ServiceManager } from '@jupyterlab/services'; import type { LiteServerConfig } from './types'; export declare function startJupyterLiteServer(config?: LiteServerConfig): Promise<ServiceManager>;