First create a conda environment
conda env create -f environment.yml
Activate the environment
conda activate libra-daq
Run the main script
python main.py
You should see
Dash is running on http://127.0.0.1:8050/
* Serving Flask app 'main'
* Debug mode: on
Simply click on the URL to see the dashboard.