This course for a wide audience shows you why and how a better understanding of uncertainty can improve your decision making and your understanding of the world.
Work in Progress
To view the lessons that are available so far, check out the hosted finished slides.
The interactive slides are generated from Jupyter Notebooks written in Python.
# assuming python 3.7 is installed as python3
python3 -m venv testenv
source testenv/bin/activate
pip install -r requirements.txt
-
Each lesson is a jupyter notebook. Start
jupyter lab
and open any of the
.ipynb
files or create a new one.
-
Export all slides, serve at localhost:8000 & update upon changes with
make serve
-
or convert to slides only once with
make slides
.
-
If you are editing the theme for the first time, you need to run
make build-reveal
.You may need to install node.js first.
-
Edit
reveal.js/css/theme/source/statistics-for-everyone-slides.scss
and runmake theme
to compile the stylesheets and copy them to the
slides
directory. -
Reveal.js is included as a git subtree. To update, run
git subtree --prefix reveal.js pull https://github.com/hakimel/reveal.js.git 0582f57517c97a4c7bfeb58762138c78883f94c5 --squash
Change the commit ID as desired.