From a436e8517853231126bdb6825a98980d083cc14e Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Fri, 14 Feb 2025 01:07:58 -0700 Subject: Updated tutorials --- tutorials/1_03_intro_to_anaconda.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'tutorials/1_03_intro_to_anaconda.md') diff --git a/tutorials/1_03_intro_to_anaconda.md b/tutorials/1_03_intro_to_anaconda.md index f53699f..543239e 100644 --- a/tutorials/1_03_intro_to_anaconda.md +++ b/tutorials/1_03_intro_to_anaconda.md @@ -9,7 +9,7 @@ The Anaconda website nicely describes *Navigator* as: To better understand how Navigator works and interacts with the anaconda ecosystem see the figure below. ![Anaconda Schematic](figures/AnacondaSchematic.png) -Navigator +As you schematic 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. --- ## Getting Started @@ -63,4 +63,17 @@ Now that we have a clean environment configured, let us install some library we | sympy | Symbolic mathematics | *Note: The libraries list may change throughout the development of this course* -Once you've +3. Check the boxes to install the selected packages to the current environment. + +## Installing Applications +From the *Home* page you can install applications, to the current environment we created in the Environment section above. In this section we will install Spyder IDE, but the process is exactly the same for other applications. + +1. Go to the *Home* page. + +2. Select the desired environment. In our case, we select Spyder-dev. + +3. From the Home page find the Spyder IDE tile. Click the *Install* button to start the download. + +![Anaconda Home Page](https://docs.anaconda.com/_images/navigator-overview1.png) + +4. Once the download is complete, press *Launch* to start the applications. \ No newline at end of file -- cgit v1.2.3