UNPKG

@fails-components/jupyter-filesystem-extension

Version:

A collection of extensions, that redirect's filesystems access to fails and let fails puppeteer Jupyter lite.

5 lines (4 loc) 162 B
import { ServiceManagerPlugin } from '@jupyterlab/services'; export * from './token'; declare const plugins: ServiceManagerPlugin<any>[]; export default plugins;