Jupyter Widget GUI for OpenPIV
To use Jupyter Dashboard for OpenPIV GUI
https://github.com/jupyter/dashboards
To install use pip:
$ pip install ipywidget_openpiv
$ jupyter nbextension enable --py --sys-prefix ipywidget_openpiv
For a development installation (requires npm),
$ git clone https://github.com/openpiv/openpiv-ipywidget.git
$ cd openpiv-ipywidget
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipywidget_openpiv
$ jupyter nbextension enable --py --sys-prefix ipywidget_openpiv