Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 546 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 546 Bytes

Dash Bio demo app (MSA)

This is the presentation material I used for my talk, titled "Building custom analytics web apps for bioinformatics with Plotly’s Dash Bio" at the PyData Paris meetup on October 3rd, 2019.

Screencast of MSA demo app

Running the app locally

$ conda env create -f environment.yml
$ conda activate dashbio-demo
$ python app.py

Diving into Dash (Bio)