a-jupyterlite-session
Version:
A JupyterLite extension.
9 lines (8 loc) • 300 B
TypeScript
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';