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

Add gradio package

parent 7f8fe5c5
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -56,8 +56,8 @@
\usepackage[colorlinks=true,urlcolor=blue,unicode=true,pdfusetitle]{hyperref}
\usepackage[color=blue, author={Christof Kaufmann}]{attachfile2} % load after hyperref to avoid option clash from unicode=true
\title{Installationsanleitung für Python mit OpenAI Gym für Linux}
\date{Oktober 2024}
\title{Installationsanleitung für Python auf Linux}
\date{November 2024}
\author{Christof Kaufmann}
% one infinite page, https://tex.stackexchange.com/a/19241/115883
......@@ -130,7 +130,7 @@ Wir erstellen nun eine Umgebung namens \lstinline|ml| mit Python 3.10 und den be
matplotlib seaborn scikit-learn openpyxl odfpy pyarrow \
geopandas descartes 'pyogrio<0.8.0' optuna plotly tqdm \
jax-jumpy moviepy shimmy-atari gymnasium-box2d spyder \
ipywidgets notebook lxml fastparquet zstandard \
ipywidgets notebook lxml fastparquet zstandard gradio \
contextily networkx pyvis netgraph pip
\end{lstlisting}
......
No preview for this file type
......@@ -51,8 +51,8 @@
\usepackage[color=blue, author={Christof Kaufmann}]{attachfile2} % load after hyperref to avoid option clash from unicode=true
\title{Installationsanleitung für Python mit OpenAI Gym für Windows}
\date{Oktober 2024}
\title{Installationsanleitung für Python auf Windows}
\date{November 2024}
\author{Christof Kaufmann}
......@@ -130,9 +130,9 @@ 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 seaborn plotly matplotlib ipympl ipywidgets ^
scikit-learn optuna astunparse git jupyter notebook spyder ^
openpyxl odfpy lxml pyarrow fastparquet zstandard mypy ^
openpyxl odfpy lxml pyarrow fastparquet zstandard mypy pip ^
geopandas "pyogrio<0.8.0" contextily networkx netgraph ^
pyvis jax-jumpy moviepy shimmy-atari gymnasium-box2d pip
pyvis jax-jumpy moviepy shimmy-atari gymnasium-box2d gradio
\end{lstlisting}
Sie können die Umgebung jederzeit mit \lstinline|mamba activate ml| aktivieren und mit \lstinline|mamba deactivate| deaktivieren. Generell können Sie auch weitere Umgebungen mit \lstinline|mamba create -n <MYENVNAME> <PAKETE>| 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