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