Install anaconda, or miniconda if you prefer a more lightweight setup.
Install git (On windows, this is included in anaconda and will be available in the anaconda prompt). There are many tutorials online, e.g. this one.
Clone this repo and navigate into it:
git clone https://github.com/hci-unihd/mlph_sheet01.git
cd mlph_sheet01
Next, to set up your conda environment, run
conda env create --file=environment.yml
and to activate it
conda activate mlph
Then you can start jupyter (run jupyter notebook
) and open sheet01.ipynb,
which you should use as the basis for the solution of the practical excercises.
Hand in both your jupyter notebook, and an exported pdf (File -> Download as -> pdf). If you encounter problems exporting the pdf like this, please print your notebook to pdf and hand this in.