diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-04-24 23:28:53 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-04-24 23:28:53 -0600 |
| commit | 0fc68d39cf23955f443c75fa536922b45cf2e1dc (patch) | |
| tree | 3411ce1ba48b1cc39f67ed132a1059ac435aa40f /book/module1/intro_to_anaconda.tex | |
| parent | 1cdf11068535106b87c4b696e9aba025f23fabde (diff) | |
Updated .tex files
Diffstat (limited to 'book/module1/intro_to_anaconda.tex')
| -rw-r--r-- | book/module1/intro_to_anaconda.tex | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/book/module1/intro_to_anaconda.tex b/book/module1/intro_to_anaconda.tex index bc548c9..935b3f5 100644 --- a/book/module1/intro_to_anaconda.tex +++ b/book/module1/intro_to_anaconda.tex @@ -7,10 +7,10 @@ write our python code. The Anaconda website nicely describes \emph{Navigator} as: -a graphical user interface (GUI) that enables you to work with packages -and environments without needing to type conda commands in a terminal -window.Find the packages you want, install them in an environment, run -the packages, and update them -- all inside Navigator. +\emph{a graphical user interface (GUI) that enables you to work with +packages and environments without needing to type conda commands in a +terminal window.Find the packages you want, install them in an +environment, run the packages, and update them -- all inside Navigator.} To better understand how Navigator works and interacts with the anaconda ecosystem see the figure below. @@ -63,7 +63,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} @@ -77,7 +77,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} @@ -117,7 +117,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} @@ -177,7 +177,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} |
