hannahker / dash-example

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

Home Page:https://simple-dash-example.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

https://simple-dash-example.herokuapp.com/


Languages

Language:Python 100.0%