UNPKG

@lifeomic/jupyterlab-toolbrowser

Version:

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

23 lines (14 loc) 493 B
# jupyterlab-toolbrowser ![Github Actions Status](https://github.com/lifeomic/jupyterlab-toolbrowser/workflows/Build/badge.svg) A JupyterLab extension to display, filter and allow download of notebooks from the Precision Health Cloud Tool Registry. ## Requirements * JupyterLab >= 2.0 * Precision Health Cloud ## Install ```bash jupyter labextension install @lifeomic/jupyterlab-toolbrowser ``` ### Uninstall ```bash jupyter labextension uninstall @lifeomic/jupyterlab-toolbrowser ```