Probability and Statistics
(winter semester 2018-2019)
- Home page of the course.
- Repository for the lab exercises.
(winter semester 2018-2019)
Instructions to set up jupyter:
pyvenv rpis
source rpis/bin/activate
# each of the next 3 lines might take a while
pip install numpy
pip install matplotlib
pip install jupyter
# after all this you can start by doing
jupyter notebook
# next time you need to
source rpis/bin/activate
# this^ might be worth aliasing
# and then
jupyter notebook
# clone the problems repository
git clone https://github.com/eryxcc/rpis2018