Recording of this tutorial is available:
- permanently on the group server
Y:\Software, tools, Languages\Visualization dashboards with dash and plotly
- (probably) until the end of April 2025 on the ETHZ zoom server
- Download or
git clone
this repository - Create conda environment for this seminar by running in the terminal:
conda create -n dashboard
- Activate the created conda environment
conda activate dashboard
- Install the necessary python packages:
conda install pandas
conda install plotly
conda install dash
conda install -c conda-forge dash-bootstrap-components
conda install -c conda-forge geopandas
- In the terminal, navigate to the repository's
src
folder and run
python app.py
- To check out the dashboard with maps, run
python app_maps.py
This installation works for Fedora Linux 37 and Python 3.11.