Statistical Rethinking (2nd edition) with Python and Stan Re-implementing slides and exercises with Python, Stan and Altair. Video lectures Slides Setup docker build -t statreth . Run Notebooks docker run --rm -it \ --name=statreth \ -p 8888:8888 \ -v $(pwd):/home/bayes/statreth \ statreth