You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This is the source material for the [analysis essentials website][website], a
5
5
series of lessons for helping high-energy physics analysts become more
6
6
comfortable working with the shell, version control, and programming.
7
7
8
-
The lessons introduce the basics of the bash shell, the git version control
8
+
The lessons introduce the basics of the bash shell, the Git version control
9
9
system, and the Python programming language. They are developed for and taught
10
10
during the [Starterkit][starterkit], and aim to teach students enough to be
11
11
able to follow the experiment-specific lessons that are taught afterwards.
@@ -23,13 +23,14 @@ as they enter the field, and in parallel, instill best practices for writing sof
23
23
24
24
## Prerequisites
25
25
26
-
There are two options for running these lessons. Running locally should be prefered on Linux and macOS as it is faster and makes it easier to save you work. On Windows it is likely easier to use Binder however care is needed to prevent notebooks being lost when the server is shut down.
26
+
There are two options for running these lessons. Running locally should be prefered on Linux and macOS as it is faster and makes it easier to save you work.
27
+
On Windows it is likely easier to use Binder; however, care is needed to prevent notebooks from being lost when the server is shut down.
27
28
28
29
### Local
29
30
30
31
This tutorial uses `Python 3.11` and requires some packages.
31
32
It is recommended to use [mambaforge](https://github.com/conda-forge/miniforge#mambaforge) to install the correct packages.
32
-
**Note:**`mamba` is like `conda` and can be used interchangeably. "forge" in the name refers to the [conda-forge](https://conda-forge.org/) channel, _the_ open-source maintained channel which contains a lot of packages.
33
+
**Note:**`mamba` is like `conda` and can be used interchangeably. "forge" in the name refers to the [conda-forge](https://conda-forge.org/) channel, _the_ open-source maintained channel that contains a lot of packages.
33
34
34
35
To install `Conda`/`mamba` you will need to do the following:
You will also need [Jupyter](https://jupyterlab.readthedocs.io/) to run the examples in this tutorial.
62
-
Jupyter was already installed in the previous command and can be ran by following the instructions [here](https://jupyterlab.readthedocs.io/en/stable/getting_started/starting.html).
63
+
Jupyter was already installed in the previous command and can be run by following the instructions [here](https://jupyterlab.readthedocs.io/en/stable/getting_started/starting.html).
63
64
Note: You **will** need Python.
64
65
65
66
### Binder
@@ -69,11 +70,11 @@ Click this button: [](https://mybi
- For more information on getting started with git please see the [Analysis Essentials course](https://hsf-training.github.io/analysis-essentials/index.html)
77
+
- For more information on getting started with Git please see the [Analysis Essentials course](https://hsf-training.github.io/analysis-essentials/index.html)
0 commit comments