summaryrefslogtreecommitdiff
path: root/tutorials/module_1
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-11-10 15:18:09 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-11-10 15:18:09 -0700
commitc85402b74254a7321a419b482abfd603e3fb7499 (patch)
treee3e4528893b4d80a06321efdfd4753edc375ed6f /tutorials/module_1
parent98e8f1ac5de5f210e7bf0fd21c2a10f3d6d97763 (diff)
Removed obsidian header tags
Diffstat (limited to 'tutorials/module_1')
-rw-r--r--tutorials/module_1/array.md4
-rw-r--r--tutorials/module_1/installing_anaconda.md14
2 files changed, 2 insertions, 16 deletions
diff --git a/tutorials/module_1/array.md b/tutorials/module_1/array.md
index dc1af96..22b6c78 100644
--- a/tutorials/module_1/array.md
+++ b/tutorials/module_1/array.md
@@ -1,13 +1,11 @@
# Arrays
-^4c97f8
-
In computer programming, an array is a structure for storing and retrieving data. We often talk about an array as if it were a grid in space, with each cell storing one element of the data. For instance, if each element of the data were a number, we might visualize a “one-dimensional” array like a list:
| 1 | 5 | 2 | 0 |
| --- | --- | --- | --- |
-A two-dimensional array would be like a table:
+A two-dimensional array which can be would be like a table:
| 1 | 5 | 2 | 0 |
| --- | --- | --- | --- |
diff --git a/tutorials/module_1/installing_anaconda.md b/tutorials/module_1/installing_anaconda.md
index 62d8f56..71c6d0b 100644
--- a/tutorials/module_1/installing_anaconda.md
+++ b/tutorials/module_1/installing_anaconda.md
@@ -11,37 +11,26 @@ Anaconda Distribution is a popular open-source Python distribution specifically
## Instructions
-1. Find the latest version of Navigator from the official Anaconda Inc. website: [Download Anaconda](https://www.anaconda.com/download)
-
+1. Find the latest version of Navigator from the official Anaconda Inc. website: [Download Anaconda](https://www.anaconda.com/download) or [Download Now](https://www.anaconda.com/download/success) without having to sign-up.
2. Press the *Download Now* button.
-
3. Press the *Skip registration* button below the submit button, otherwise submit your email address to subscribe to the Anaconda email list.
-
4. Under Anaconda Installers press *Download* or find the appropriate version for your operating system below.
Proceed to next section for your respective operating system.
### Windows
-
5. Once the download is complete, double click the executable (.exe) file to start the installer. Proceed with the installation instructions.
-
![Welcome screen](figures/installingAnaconda_windows_installer_01_welcome.png)
![Terms and conditions](figures/installingAnaconda_windows_installer_02_terms.png)
-
6. Select the *Just Me* recommended option.
-
![Install for](figures/installingAnaconda_windows_installer_03_for.png)
-
7. You can leave the destination folder as is, just make sure you have a minimum of ~5 GB available storage space. Press *Next* to proceed.
-
![Installation destination](figures/installingAnaconda_windows_installer_04_destination.png)
-
8. It is recommended to register Anaconda3 as the default python version if you already have an instance of python installed. Otherwise, you can leave the checkboxes as defaults.
-
![Avanced Options](figures/installingAnaconda_windows_installer_05_advanced.png)
![Installing](figures/installingAnaconda_windows_installer_06_installing.png)
@@ -54,7 +43,6 @@ Proceed to next section for your respective operating system.
![Finish](figures/installingAnaconda_windows_installer_10_finish.png)
-
9. You made it! Anaconda is now installed, you are ready for launch. Assuming that you didn't add Anaconda to PATH environment variable you will need to start navigator from the start menu.
### Mac/Linux