diff --git a/Dockerfile b/Dockerfile
index 852435b90bc019c37c640000bbc1950a33acfce4..edc262ab9c808bc69ea232b860786032a2e3535a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,6 +7,11 @@ RUN pip3 install --upgrade pip
 RUN mamba update mamba
 
 # Conda packages
+RUN mamba install -c conda-forge jupyter_contrib_nbextensions
+RUN mamba install -c conda-forge myst-nb
+RUN mamba install -c conda-forge ipympl
+RUN mamba install -c conda-forge ipywidgets
+
 RUN mamba install -c conda-forge control
 RUN mamba install -c conda-forge casadi
 RUN mamba install -c conda-forge networkx
@@ -15,4 +20,4 @@ RUN mamba install -c conda-forge jax
 RUN mamba install -c conda-forge flax
 
 # Install pip packages
-#RUN pip install rlax
+#RUN pip install rlax
\ No newline at end of file