Skip to content

Commit c500db5

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 933f541 Branch : main Author : Andrew Gait <andrew.gait@manchester.ac.uk> Time : 2026-04-22 16:37:21 +0000 Message : Merge pull request #95 from UoMResearchIT/76-add-link-to-its-jupyter-hub-in-setup Add Jupyter instance to setup instructions
1 parent eec728e commit c500db5

2 files changed

Lines changed: 10 additions & 17 deletions

File tree

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"instructors/instructor-notes.md" "a59fd3b94c07c3fe3218c054a0f03277" "site/built/instructor-notes.md" "2025-04-15"
1515
"learners/discuss.md" "2758e2e5abd231d82d25c6453d8abbc6" "site/built/discuss.md" "2025-04-15"
1616
"learners/reference.md" "28853696c21dd22dfb883e9c241e95fb" "site/built/reference.md" "2025-04-15"
17-
"learners/setup.md" "57f8b387989c25897284cf5cf9d909c1" "site/built/setup.md" "2026-04-16"
17+
"learners/setup.md" "85b7b403a8f38f85d4af796ca1c309d7" "site/built/setup.md" "2026-04-22"
1818
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2025-04-15"
1919
"renv/profiles/lesson-requirements/renv.lock" "27e4855ba3f7161ae21bda4f9d207141" "site/built/renv.lock" "2026-04-13"

setup.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,34 @@ title: Setup
44

55
## Setup
66

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.
108

119
## Install Python
1210

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].
2014

2115
## Obtain lesson materials
2216

2317
1. Download [python-intermediate-data.zip](./data/python-intermediate-data.zip)
24-
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`.
2620
4. Unzip the file.
2721

2822
You should see a folder called `data` in the `swc-python` directory on your
2923
Desktop.
3024

3125
## Launch Python Interface
3226

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.
3528

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.
3630

3731

3832
[anaconda-website]: https://www.anaconda.com/
3933
[anaconda-instructions]: https://carpentries.github.io/workshop-template/#python
4034
[anaconda-install]: https://docs.anaconda.com/anaconda/install
4135
[prog_python_course]: https://swcarpentry.github.io/python-novice-inflammation/index.html
42-
43-
36+
[jupyter_hub_its]: https://jupyter.its.manchester.ac.uk
4437

0 commit comments

Comments
 (0)