Skip to content

hannahker/dash-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dash example app

How to run this app

Clone this repository and create a virtual environment to run this app locally:

python3 -m virtualenv venv

In a Unix System:

source venv/bin/activate

In Windows:

venv\Scripts\activate

Install all required Python dependencies by running:

pip install -r requirements.txt

Run this app with

python app.py

Built with

  • Dash - Main server and interactive python framework
  • Plotly - Used to create the interactive plots
  • Dash Bootstrap Components - A library of Bootstrap components for Plotly Dash

About

Basic example of a Dash app. To see what this looks like, check it out here: https://simple-dash-example.herokuapp.com/

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%