@microdrop/step_protocol_jlab_extension
Version:
Step Protocol Extension
20 lines (11 loc) • 333 B
Markdown
# Microdrop JupyterLab Extension
A JupyterLab extension to interface with Microdrop 3.0
## 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 .
```