Skip to content

lannelin/dash-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dash-workshop

Snippets for dash workshop 09/07/2020.

Code has been lifted with some modification from https://dash.plotly.com/

Setup

Clone this repo and cd into it

git clone https://github.com/lannelin/dash-workshop.git
cd dash-workshop

Create and activate a virtual environment (bash & zsh)

python -m venv env
source env/bin/activate

Install the packages needed for this project (tested with python 3.7)

pip install -r requirements.txt

Run

Run individual examples from the command line

python examples/X_example.py

About

snippets for dash workshop 09/07/2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published