Skip to content

Materials for visualization workshop to create a simple web-based dashboard with dash and plotly. The workshop took place in May 2023.

License

Notifications You must be signed in to change notification settings

ecological-systems-design/visualization-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples of Visualization Dashboard with Dash

Recording

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

Getting started

  1. Download or git clone this repository
  2. Create conda environment for this seminar by running in the terminal:
conda create -n dashboard
  1. Activate the created conda environment
conda activate dashboard
  1. 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
  1. In the terminal, navigate to the repository's src folder and run
python app.py
  1. To check out the dashboard with maps, run
python app_maps.py

This installation works for Fedora Linux 37 and Python 3.11.

About

Materials for visualization workshop to create a simple web-based dashboard with dash and plotly. The workshop took place in May 2023.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published