Labs
This page extends the study guide with more information specific to the computer labs in this course.
Sign up & submissions
You should work on the labs in pairs. For this, you need to sign up for a lab group together with your lab partner.
For submitting your labs, use the Lisam submissions functionality.
For feedback & grading of the labs, go to the Webreg page depending on your course code.
The sign-up deadline for Spring 2024 has passed. If you still need to sign up for a lab group, contact the examiner.
Running the labs
Labs come in the form of Jupyter Notebooks using Python. On the lab computers, we provide a virtual environment that you should activate before starting to work on the labs:
source /courses/TDP030/venv/bin/activate
Afterwards, you can run jupyter lab
to start working.
Getting the lab assignments
You can find all assignments on the lab computers. We recommend that you start by copying them to your own home directory first, for example:
mkdir ~/Documents/TDP030
cp -r /courses/TDP030/labs ~/Documents/TDP030/
Using your own computer
We cannot provide any technical support if you run into problems running the labs on your own computer. We test that labs run on the lab environment, so if you run into technical issues that you cannot solve, please use the lab computers instead.