UNPKG

jupyterlab-emrys

Version:

A computational environment for Jupyter. Powered by Emrys

11 lines (10 loc) 342 B
import { ServiceManager } from 'jupyter-js-services'; import { Application } from 'phosphide/lib/core/application'; /** * The default running sessions extension. */ export declare const runningSessionsExtension: { id: string; requires: typeof ServiceManager[]; activate: (app: Application, services: ServiceManager) => void; };