From 6aef82fa2f4db0a45f113e33b9f6265144ca8d10 Mon Sep 17 00:00:00 2001 From: Christian Kolset <40923264+c-kolset@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:16:36 -0700 Subject: Fixed quote in 02_intro_to_anaconda.md --- tutorials/02_intro_to_anaconda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorials/02_intro_to_anaconda.md') diff --git a/tutorials/02_intro_to_anaconda.md b/tutorials/02_intro_to_anaconda.md index bdc88d6..58ed250 100644 --- a/tutorials/02_intro_to_anaconda.md +++ b/tutorials/02_intro_to_anaconda.md @@ -6,7 +6,7 @@ Anaconda Navigator is a program that we will be using in this course to manage P The Anaconda website nicely describes *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. -

+
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. -- cgit v1.2.3