summaryrefslogtreecommitdiff
path: root/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials')
-rw-r--r--tutorials/module_1/array.md4
-rw-r--r--tutorials/module_1/installing_anaconda.md14
-rw-r--r--tutorials/module_4/spectroscopy_problem/Calibrare Intensitate Oxigen.xlsx (renamed from tutorials/module_4/spectroscopy problem/Calibrare Intensitate Oxigen.xlsx)bin64999 -> 64999 bytes
-rw-r--r--tutorials/module_4/spectroscopy_problem/Intensity_Calibration_Oxygen_Discharge_Solution.xlsx (renamed from tutorials/module_4/spectroscopy problem/Intensity_Calibration_Oxygen_Discharge_Solution.xlsx)bin402305 -> 402305 bytes
-rw-r--r--tutorials/module_4/spectroscopy_problem/Lampa_Calibrare_Mercur.xlsx (renamed from tutorials/module_4/spectroscopy problem/Lampa_Calibrare_Mercur.xlsx)bin135793 -> 135793 bytes
-rw-r--r--tutorials/module_4/spectroscopy_problem/Spectru Descarcare Argon.xlsx (renamed from tutorials/module_4/spectroscopy problem/Spectru Descarcare Argon.xlsx)bin74877 -> 74877 bytes
-rw-r--r--tutorials/module_4/spectroscopy_problem/spectroscopy.py (renamed from tutorials/module_4/spectroscopy problem/spectroscopy.py)0
7 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
diff --git a/tutorials/module_4/spectroscopy problem/Calibrare Intensitate Oxigen.xlsx b/tutorials/module_4/spectroscopy_problem/Calibrare Intensitate Oxigen.xlsx
index f18e170..f18e170 100644
--- a/tutorials/module_4/spectroscopy problem/Calibrare Intensitate Oxigen.xlsx
+++ b/tutorials/module_4/spectroscopy_problem/Calibrare Intensitate Oxigen.xlsx
Binary files differ
diff --git a/tutorials/module_4/spectroscopy problem/Intensity_Calibration_Oxygen_Discharge_Solution.xlsx b/tutorials/module_4/spectroscopy_problem/Intensity_Calibration_Oxygen_Discharge_Solution.xlsx
index cdeec66..cdeec66 100644
--- a/tutorials/module_4/spectroscopy problem/Intensity_Calibration_Oxygen_Discharge_Solution.xlsx
+++ b/tutorials/module_4/spectroscopy_problem/Intensity_Calibration_Oxygen_Discharge_Solution.xlsx
Binary files differ
diff --git a/tutorials/module_4/spectroscopy problem/Lampa_Calibrare_Mercur.xlsx b/tutorials/module_4/spectroscopy_problem/Lampa_Calibrare_Mercur.xlsx
index b429c6d..b429c6d 100644
--- a/tutorials/module_4/spectroscopy problem/Lampa_Calibrare_Mercur.xlsx
+++ b/tutorials/module_4/spectroscopy_problem/Lampa_Calibrare_Mercur.xlsx
Binary files differ
diff --git a/tutorials/module_4/spectroscopy problem/Spectru Descarcare Argon.xlsx b/tutorials/module_4/spectroscopy_problem/Spectru Descarcare Argon.xlsx
index 7c98481..7c98481 100644
--- a/tutorials/module_4/spectroscopy problem/Spectru Descarcare Argon.xlsx
+++ b/tutorials/module_4/spectroscopy_problem/Spectru Descarcare Argon.xlsx
Binary files differ
diff --git a/tutorials/module_4/spectroscopy problem/spectroscopy.py b/tutorials/module_4/spectroscopy_problem/spectroscopy.py
index e195fbd..e195fbd 100644
--- a/tutorials/module_4/spectroscopy problem/spectroscopy.py
+++ b/tutorials/module_4/spectroscopy_problem/spectroscopy.py