UNPKG

@jupyterlab/services

Version:

Client APIs for the Jupyter services REST APIs

5 lines (4 loc) 153 B
import * as KernelSpec from './kernelspec'; import * as KernelSpecAPI from './restapi'; export * from './manager'; export { KernelSpec, KernelSpecAPI };