# 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 .
```
