Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 323 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 323 Bytes

Statistics apps

Collection of webapps as supplementary material for the lecture course "Biostatistics", which I teach at the University of Graz. The apps were created using Dash.

To run it locally:

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python wsgi.py