git clone https://github.com/GoncaloBFM/DashExamples
cd DashExamples
python -m venv .venv
source .venv/bin/activate (for Windows run: .venv\Scripts\activate)
pip install -r requirements.txt
On the root directory of the project run:
python example1.py
After the Dash server is running open http://127.0.0.1:8050/ on your browser.