diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-02-13 22:01:58 -0700 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-02-13 22:01:58 -0700 |
| commit | 45481094b28ff01be6ebad848628fa582b231dd8 (patch) | |
| tree | 2cfc1b92c09bd5a249ae5f7238d8516a0f9c5f13 /tutorials/1_03_intro_to_anaconda.md | |
| parent | 0061f7e1c72d0cca58865df47f62b40c3f52f4f5 (diff) | |
Added numbering to files. Made progress on installing and intro to anaconda tutorials.
Diffstat (limited to 'tutorials/1_03_intro_to_anaconda.md')
| -rw-r--r-- | tutorials/1_03_intro_to_anaconda.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tutorials/1_03_intro_to_anaconda.md b/tutorials/1_03_intro_to_anaconda.md index 841dfdd..81aff29 100644 --- a/tutorials/1_03_intro_to_anaconda.md +++ b/tutorials/1_03_intro_to_anaconda.md @@ -7,6 +7,10 @@ The Anaconda website nicely describes *Navigator* as: <p> 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. </blockquote> +To better understand how Navigator works and interacts with the anaconda ecosystem see the figure below. + +Navigator +## Getting Started Note to windows 10 users: Some installation instances do not allow users to search the start menu for *Navigator*, instead, you'll have to find the program under the *Anaconda (anaconda3)* folder. Expand the folder and click on *Anaconda Navigator* to launch the program. @@ -55,6 +59,6 @@ Now that we have a clean environment configured, let us install some library we | pandas | Data manipulation and analysis | | matplotlib | Plots and visualizations | | sympy | Symbolic mathematics | -*Note: The libraries list may change as the course develops* +*Note: The libraries list may change throughout the development of this course* -1. Once the +Once you've |
