@@ -109,12 +110,12 @@ Let's create a new environment called \textit{weai} and add the packages we need
pyarrow pandas
\end{lstlisting}
You will get a list of packages and can confirm with \keyenter. Installation takes a while. Since \lstinline|tensorflow| is not yet available for Windows on \texttt{conda-forge}, we need to install it from \textit{PyPI} using \lstinline|pip| into the \textit{weai} environment:
and optionally (not required for Spyder) also add the path to the corresponding libraries (e.\,g.\ \textit{cudnn64\_8.dll}) in your user environment variable \lstinline|Path|, for example:
...
...
@@ -125,6 +126,7 @@ and optionally (not required for Spyder) also add the path to the corresponding
\section{Test}
\label{sec:test}
\begin{minipage}{0.6\linewidth}
Next, we start Spyder from the start menu. The entry is named \textit{Spyder (weai)}, since we installed Spyder into the \textit{weai} environment.