From 2d2b7b9f5731dc5c7bda29c917a6cc5f17b5160e Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 24 Apr 2025 17:39:37 -0600 Subject: Updated markdown formatting for latex conversion. --- tutorials/module_1/installing_anaconda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorials/module_1/installing_anaconda.md') diff --git a/tutorials/module_1/installing_anaconda.md b/tutorials/module_1/installing_anaconda.md index baa4d71..c6a434d 100644 --- a/tutorials/module_1/installing_anaconda.md +++ b/tutorials/module_1/installing_anaconda.md @@ -7,7 +7,7 @@ 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