Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 709 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 709 Bytes

Dash workshop given on 6 June 2022

Workshop about Dash for the UvA Data Science Center by Joris Huese.

Contents

  • Introduction to Plotly in Python
  • What is Dash?
  • Dash basics: Layout
  • Dash basics: Core components
  • Interactivity: Dash callbacks for Plotly graphs
  • Styling: Using CSS to make your dashboard pretty

This workshop repository contains live examples, some data and code to play with, and some exercises to practice your newly acquired skills at your own pace.

Pre-requisites

For this workshop, the assumption was that you have some basic python skills regarding environments, the terminal and Pandas. It is recommended to install an IDE such as VS Code/PyCharm/Spyder.