@@ -52,6 +52,19 @@ npm test
```
+Build Example
+-------------
+
+Follow the source build instructions first.
+Requires a Python install with the Jupyter notebook.
+```bash
+npm run build:example
+```
+Change to `example` directory and run `python main.py`.
Build Docs
----------