UNPKG

@lifeomic/jupyterlab-toolbrowser

Version:

A JupyterLab extension to display, filter and allow download of notebooks from the Precision Health Cloud Tool Registry.

7 lines (6 loc) 207 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * Initialization data for the toolbrowser extension. */ declare const extension: JupyterFrontEndPlugin<void>; export default extension;