In the presentations/
folder, you will find the slides. To view the .html
files, simply open them locally with your browser of choice.
To streamline the virtual machine setup, we access the exercise notebooks through a Docker container with all the necessary dependencies installed.
You need
- git
- docker and docker-compose
Make sure that docker run hello-world
runs through successfully.
Either clone or download this repository.
Afterwards, in the directory where this README
is located, start the docker container with:
docker-compose up
, or docker compose up
in case you installed Docker Desktop.
A line of the output should contain a link of the form http://127.0.0.1:8888/?token=<token>
that you can open to find the Jupyter notebook.
Make sure to familiarize yourself a bit with notebooks. Some introductory links you may find helpful: