UNPKG

@voila-dashboards/jupyterlab-gridstack

Version:

A gridstack-based template for [![voila-gridstack](assets/voila.png)](https://github.com/voila-dashboards/voila).

6 lines (5 loc) 204 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * A plugin to add support for rendering Jupyter Widgets in the editor. */ export declare const widgets: JupyterFrontEndPlugin<void>;