Skip to content
Snippets Groups Projects
Commit 65230fb8 authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

Add plotly to instructions with gym

parent b94b6eb9
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -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}
......
No preview for this file type
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment