Content
This repo contains a Bokeh application that allows to validate D-SI unit parsing and conversion by the dsiUnit Module
Install localy
git clone https://gitlab1.ptb.de/digitaldynamicmeasurement/dsi-parser-frontend.git
cd dsi-parser-frontend
pip install -r requirements.txt
Run the Bokeh Server
bokeh serve ./ --port 5020
Use Docker Container
docker pull benesee/dsiunitsfrontend:latest
docker run -p 5020:5020 benesee/dsiunitsfrontend:latest