Skip to content

ndrezn/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

Releases

No releases published

Packages

No packages published

Languages