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: setup.md
+9-16Lines changed: 9 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,41 +4,34 @@ title: Setup
4
4
5
5
## Setup
6
6
7
-
This lesson is designed to be run on a personal computer.
8
-
All of the software and data used in this lesson are freely available online,
9
-
and instructions on how to obtain them are provided below.
7
+
This lesson is designed to be run on a personal computer. All of the software and data used in this lesson are freely available online, and instructions on how to obtain them are provided below.
10
8
11
9
## Install Python
12
10
13
-
In this lesson, we will be using Python 3 with some of its most popular scientific libraries.
14
-
Although one can install a plain-vanilla Python and all required libraries by hand,
15
-
we recommend installing [Anaconda][anaconda-website],
16
-
a Python distribution that comes with everything we need for the lesson.
17
-
Detailed installation instructions for various operating systems can be found
18
-
on The Carpentries [template website for workshops][anaconda-instructions]
19
-
and in [Anaconda documentation][anaconda-install].
11
+
In this lesson, we will be using Python 3 with some of its most popular scientific libraries. Although one can install a plain-vanilla Python and all required libraries by hand, the University of Manchester also maintains a [Jupyter instance][jupyter_hub_its], for which an active University of Manchester account is required, which we recommend you use for this training course.
12
+
13
+
If you would prefer to install something on your machine yourself, we recommend installing [Anaconda][anaconda-website], a Python distribution that comes with everything we need for the lesson. Detailed installation instructions for this and other Python interfaces for various operating systems can be found on The Carpentries [template website for workshops][anaconda-instructions] and in [Anaconda documentation][anaconda-install].
2. Create a folder called `swc-python` on your Desktop.
25
-
3. Move downloaded file to `swc-python`.
18
+
2. Create a folder called `swc-python` on your Desktop or in the [Jupyter instance][jupyter_hub_its] opened above.
19
+
3. Move or upload your downloaded file to `swc-python`.
26
20
4. Unzip the file.
27
21
28
22
You should see a folder called `data` in the `swc-python` directory on your
29
23
Desktop.
30
24
31
25
## Launch Python Interface
32
26
33
-
We recommend following the instructions in the setup page for [Programming for Python][prog_python_course]
34
-
for launching the python interface.
27
+
If you have launched the Jupyter instance as described above, then there's no need for you to do anything further.
35
28
29
+
If you have downloaded or have your own Python interface already and are having problems starting or accessing it, there are various instructions in the setup page for the Carpentries course [Programming for Python][prog_python_course] for launching Python interfaces; we would suggest looking there for help or asking an instructor or helper for assistance.
0 commit comments