From 43a739d20d4256ad2cfdbc8f5b6926338c16161f Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 13 Feb 2025 22:59:00 -0700 Subject: Added CourseOverview Mindmap and links to README in root. --- tutorials/1_02_installing_anaconda.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tutorials/1_02_installing_anaconda.md') diff --git a/tutorials/1_02_installing_anaconda.md b/tutorials/1_02_installing_anaconda.md index a32dd86..baa4d71 100644 --- a/tutorials/1_02_installing_anaconda.md +++ b/tutorials/1_02_installing_anaconda.md @@ -6,6 +6,8 @@ This tutorial will cover the steps on how to install Anaconda. ### What is Anaconda? Anaconda Distribution is a popular open-source Python distribution specifically designed for scientific computing, data science, machine learning, and artificial intelligence applications. It simplifies the set up and use of Python for data science, machine learning, and scientific computing. It comes with all the important tools you need, like NumPy, Pandas, and JupyterLab, so you don’t have to install everything separately. The Conda package manager helps you install and update software without worrying about breaking other programs. It also lets you create separate environments, so different projects don’t interfere with each other. Additionally, Anaconda includes programs like JupyterLab for interactive coding, and Spyer a MATLAB-like IDE. + +--- ## Instructions 1. Find the latest version of Navigator from the official Anaconda Inc. website: [Download Anaconda](https://www.anaconda.com/download) -- cgit v1.2.3