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

Add plotly in Analysis 2 version

parent 8d83f3d5
No related branches found
Tags
No related merge requests found
No preview for this file type
......@@ -52,7 +52,7 @@
\usepackage[color=blue, author={Christof Kaufmann}]{attachfile2} % load after hyperref to avoid option clash from unicode=true
\title{Installation of Python via Miniforge for Linux}
\date{October 2024}
\date{Mai 2025}
\author{Christof Kaufmann}
% one infinite page, https://tex.stackexchange.com/a/19241/115883
......@@ -122,8 +122,8 @@ Now we are ready to install the packages we need.
Let's install the required packages (copy \& paste):
\begin{lstlisting}[gobble=2, basicstyle=\ttfamily]
mamba install numpy pandas matplotlib mypy ipykernel ipympl \
jupyter notebook spyder tqdm pip
mamba install numpy pandas matplotlib ipykernel ipympl \
plotly jupyter notebook spyder tqdm pip
\end{lstlisting}
You will get a list of packages and can confirm with \keyenter. Installation takes a while.
......
No preview for this file type
......@@ -52,7 +52,7 @@
\usepackage[color=blue, author={Christof Kaufmann}]{attachfile2} % load after hyperref to avoid option clash from unicode=true
\title{Installation of Python via Miniforge for Windows}
\date{October 2024}
\date{Mai 2025}
\author{Christof Kaufmann}
% one infinite page, https://tex.stackexchange.com/a/19241/115883
......@@ -104,8 +104,8 @@ Now we are ready to install the packages we need.
Let's install the required packages (copy \& paste black text lines):
\begin{lstlisting}[gobble=2, basicstyle=\ttfamily\footnotesize]
#*\color{gray}(base) C:\textbackslash Users\textbackslash john>*mamba install numpy pandas matplotlib ipykernel ^
mypy jupyter notebook spyder ipympl pip
#*\color{gray}(base) C:\textbackslash Users\textbackslash john>*mamba install numpy pandas matplotlib ipykernel ipympl ^
plotly jupyter notebook spyder pip
\end{lstlisting}
You will get a list of packages and can confirm with \keyenter. Installation takes a while.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment