summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kolset <40923264+c-kolset@users.noreply.github.com>2025-01-28 12:16:36 -0700
committerGitHub <noreply@github.com>2025-01-28 12:16:36 -0700
commit6aef82fa2f4db0a45f113e33b9f6265144ca8d10 (patch)
treebc64947d0c7fdc1f3aae128230bb76f9fa2b3b94
parentda42d56c313e17a1e3763dcd7454e91020864b1a (diff)
Fixed quote in 02_intro_to_anaconda.md
-rw-r--r--tutorials/02_intro_to_anaconda.md2
1 files changed, 1 insertions, 1 deletions
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:
<blockquote>
<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>
+</blockquote>
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.