Skip to content

jcbiddle/dash_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published