@microdrop/step-protocol
Version:
Step Protocol Extension
20 lines (11 loc) • 341 B
Markdown
# Microdrop Step Protocol Extension
A JupyterLab extension to handle Microdrop 3 Step Protocols
## Prerequisites
* JupyterLab
* Microdrop 3
## Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
```bash
npm install
jupyter labextension link .
```