diff --git a/Dockerfile b/Dockerfile
index d4f709ecff00e7bab102d50597dcbf1100ff03c7..b5cc7f38d003605d840c465921d109c4870ee9da 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -56,4 +56,10 @@ WORKDIR ASDA
 RUN pip install .
 
 # Seaborn
-RUN pip install seaborn
\ No newline at end of file
+RUN pip install seaborn
+
+# Programmierung Jupyter-notebook
+pip install hide_code
+jupyter nbextension install --py hide_code
+jupyter nbextension enable --py hide_code
+jupyter serverextension enable --py hide_code
\ No newline at end of file