Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 471 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 471 Bytes

Dash example

The various python modules in this repo incrementally build a more sophisticated Dash app. Install the necessary requirements with

poetry install

To run a particular part, simply invoke

poetry shell
cd <module>
python app.py

Part1

Contains the barebones components of an app, as well as highlighting basic callback functionality.

Part2

Demonstrates how to read in a csv file and visualise it using Plotly's plotting library.