summaryrefslogtreecommitdiff
path: root/book/module0
diff options
context:
space:
mode:
Diffstat (limited to 'book/module0')
-rw-r--r--book/module0/intro_to_anaconda.tex12
-rw-r--r--book/module0/module0.tex4
2 files changed, 7 insertions, 9 deletions
diff --git a/book/module0/intro_to_anaconda.tex b/book/module0/intro_to_anaconda.tex
index e4ac639..e35138a 100644
--- a/book/module0/intro_to_anaconda.tex
+++ b/book/module0/intro_to_anaconda.tex
@@ -21,8 +21,6 @@ indicated, Navigator is a tool in the Anaconda toolbox that allows the
user to select and configure python environments and libraries. Let's
see how we can do this.
-\begin{center}\rule{0.5\linewidth}{0.5pt}\end{center}
-
\subsection{Getting Started}\label{getting-started}
Note to windows 10 users: Some installation instances do not allow users
@@ -32,7 +30,7 @@ the folder and click on \emph{Anaconda Navigator} to launch the program.
\begin{figure}
\centering
-\includegraphics{../tutorials/figures/installingAnaconda_windows_launched.png}
+\includegraphics{figures/installingAnaconda_windows_launched.png}
\caption{Anaconda Navigator screen}
\end{figure}
@@ -67,7 +65,7 @@ environment for us to use Spyder with.
\begin{figure}
\centering
-\includegraphics{https://mintlify.s3.us-west-1.amazonaws.com/anaconda-29683c67/images/nav-env-labeled.png}
+\includegraphics{figures/anaconda_environment_page.png}
\caption{Environment Page}
\end{figure}
@@ -81,7 +79,7 @@ environment for us to use Spyder with.
\begin{figure}
\centering
-\includegraphics{https://mintlify.s3.us-west-1.amazonaws.com/anaconda-29683c67/images/nav-getting-started-create.png}
+\includegraphics{figures/anaconda_create_new_environment.png}
\caption{Create new environment}
\end{figure}
@@ -121,7 +119,7 @@ library we will be using for this class.
\begin{figure}
\centering
-\includegraphics{https://mintlify.s3.us-west-1.amazonaws.com/anaconda-29683c67/images/nav-pkg-list.png}
+\includegraphics{figures/anaconda_select_package_to_manage.png}
\caption{Select environment to manage}
\end{figure}
@@ -181,7 +179,7 @@ other applications.
\begin{figure}
\centering
-\includegraphics{https://mintlify.s3.us-west-1.amazonaws.com/anaconda-29683c67/images/nav-tabs.png}
+\includegraphics{figures/anaconda_homepage.png}
\caption{Anaconda Home Page}
\end{figure}
diff --git a/book/module0/module0.tex b/book/module0/module0.tex
index 7fe4a51..9b3c8dc 100644
--- a/book/module0/module0.tex
+++ b/book/module0/module0.tex
@@ -1,3 +1,3 @@
-\chapter{Module 0}
-\input{module0/intro_to_anaconda}
+\chapter{Getting Started}
\input{module0/intro_to_programming}
+\input{module0/intro_to_anaconda}