Skip to content

ugSUBMARINE/statistics-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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