This prototype dashboard runs on Linux/Mac systems and has been tested in Mac, this example is based on a clean server environment and the use of python-virtualenv.
% brew install python
% pip install virtualenv
a. Create virtual environment: % python3 -m venv env
b. activate the virtual environment and install python dependencies
% source env/bin/activate
% pip install -r requirements.txt
% flask run
It should be running on http://localhost:5000/