From a10a9a92557c7db47e942807d10afb8cf82d3859 Mon Sep 17 00:00:00 2001
From: Anton Kullberg <anton.kullberg@liu.se>
Date: Wed, 15 Dec 2021 10:55:15 +0100
Subject: [PATCH] readme: updated readme w/ info about notebooks

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 41d5283..afcde3d 100644
--- a/README.md
+++ b/README.md
@@ -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).
-- 
GitLab