UNPKG

a-jupyterlite-session

Version:
9 lines (8 loc) 300 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; import { IJupyterLiteSession } from './tokens'; /** * Initialization data for the a-jupyterlite-session extension. */ declare const plugin: JupyterFrontEndPlugin<IJupyterLiteSession>; export default plugin; export * from './tokens';