@@ -33,6 +33,8 @@ Run the Docker image (with notebooks) by running
docker run --rm -it -p 8888:8888 -e JUPYTER_LAB_ENABLE=yes gitlab.liu.se:5000/phd-courses/multiple-target-tracking
```
Regardless if you use the container registry or your locally built image, the run command will start jupyter lab for you where you can run whatever notebook you want. The exercises are contained within each respective `exercise-session-x.ipynb` notebooks.
# Documentation
The documentation is hosted on Gitlab pages but is also buildable locally in the provided Docker image.
The documentation can be found [here](https://phd-courses.gitlab-pages.liu.se/multiple-target-tracking).