diff --git a/anleitung_linux_openai-gym.pdf b/anleitung_linux_openai-gym.pdf
index 395fde391cdd2dcf0e14209a08ad4ffd0feb69e0..3ae2c55b06dcbd59ac937b7532b6ada687de3e2f 100644
Binary files a/anleitung_linux_openai-gym.pdf and b/anleitung_linux_openai-gym.pdf differ
diff --git a/anleitung_linux_openai-gym.tex b/anleitung_linux_openai-gym.tex
index 1d929512766fc223756ed8bc3ddbbb53e4f37439..1718feed251b0813a9165dd45e87e65fb8e7b0cc 100644
--- a/anleitung_linux_openai-gym.tex
+++ b/anleitung_linux_openai-gym.tex
@@ -128,7 +128,7 @@ Wir erstellen nun eine Umgebung namens \lstinline|ml| mit Python 3.10 und den be
 \begin{lstlisting}[gobble=2, basicstyle=\ttfamily\footnotesize]
   mamba create -n ml python=3.10 tensorflow ipympl tqdm mypy jupyter pystan \
                      matplotlib seaborn scikit-learn openpyxl odfpy pyarrow \
-                     geopandas descartes pyogrio spyder optuna \
+                     geopandas descartes pyogrio spyder optuna plotly \
                      jax-jumpy moviepy shimmy-atari gymnasium-box2d
 \end{lstlisting}
 
diff --git a/anleitung_windows_openai-gym.pdf b/anleitung_windows_openai-gym.pdf
index 88e44683aaf6b19be4682c229fecfc623c67418b..9497d19a76b3dafcf50dc390ccd5aaa8cb8475fc 100644
Binary files a/anleitung_windows_openai-gym.pdf and b/anleitung_windows_openai-gym.pdf differ
diff --git a/anleitung_windows_openai-gym.tex b/anleitung_windows_openai-gym.tex
index 0f4389d2d88b8afc9fb1c8fb96aa2dbaee58b322..ff2a5b61a915bd5aa7e0d2b81ea72b3d75d0936d 100644
--- a/anleitung_windows_openai-gym.tex
+++ b/anleitung_windows_openai-gym.tex
@@ -130,7 +130,7 @@ Wir erstellen nun eine Umgebung namens \lstinline|ml| mit Python 3.9 und den ben
 \begin{lstlisting}[gobble=2, basicstyle=\ttfamily\footnotesize]
   mamba create -n ml python=3.9 astunparse matplotlib scikit-learn seaborn ^
                      ipympl mypy jupyter notebook spyder gym-box2d gym-atari ^
-                     openpyxl odfpy pyarrow geopandas pyogrio optuna ^
+                     openpyxl odfpy pyarrow geopandas pyogrio optuna plotly ^
                      jax-jumpy moviepy shimmy-atari gymnasium-box2d
 \end{lstlisting}
 Sie können die Umgebung jederzeit mit \lstinline|mamba activate ml| aktivieren und mit \lstinline|mamba deactivate| deaktivieren. Generell können Sie mit \lstinline|mamba create -n <MYENVNAME> <PAKETE>| auch weitere Umgebungen einrichten und diese mit \lstinline|mamba activate <MYENVNAME>| aktivieren.