@descarteslabs/jupyterlab_tasks
v0.0.8
Published
Descartes Labs Async Tasks Manager - Jupyterlab Extension
Downloads
23
Readme
tasks
Async Tasks manager
Prerequisites
- JupyterLab
Installation
To install using pip:
jupyter labextension install jupyterlab_tasks
Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
jupyter labextension link .