diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d12cdb6..2c56b73 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,4 +4,4 @@
-
\ No newline at end of file
+
diff --git a/tutorial/README.md b/tutorial/README.md
index d9fc67e..dcae011 100644
--- a/tutorial/README.md
+++ b/tutorial/README.md
@@ -56,5 +56,6 @@ python -m venv .venv
source .venv/bin/activate
pip install -e .
pip install jupyter
+python -m ipykernel install --sys-prefix
jupyter lab
```
diff --git a/tutorial/pyproject.toml b/tutorial/pyproject.toml
index 9cb6040..cab2064 100644
--- a/tutorial/pyproject.toml
+++ b/tutorial/pyproject.toml
@@ -10,4 +10,6 @@ dependencies = [
"mqt-qcec>=2.8.1",
"mqt-qmap>=2.7.0",
"qiskit[visualization]>=1.2.4",
+ "matplotlib>=3.9.2",
+ "pylatexenc>=2.10",
]