Skip to content

Commit 0a2add1

Browse files
authored
Merge pull request #213 from UCL/update-module-code
2 parents 363108a + 747a78c commit 0a2add1

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

_config.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
contact: http://www.ucl.ac.uk/research-it-services/partner-with-us
1+
contact: arc-teaching@ucl.ac.uk
22

3-
title: "MPHY0021: Research Software Engineering With Python"
3+
title: "COMP0023: Research Software Engineering With Python"
44
includeleftnav: True
5-
short: MPHY0021
5+
short: COMP0023
66

77
defaults:
88
- scope: {path: ""}
@@ -13,13 +13,9 @@ baseurl: /rsd-engineeringcourse
1313
remote_theme: dpshelio/indigo-jekyll
1414

1515
crumbs:
16-
- link: http://www.ucl.ac.uk/ISD
17-
text: ISD
18-
- link: http://www.ucl.ac.uk/isd/services
19-
text: Our services
20-
- link: http://www.ucl.ac.uk/isd/services/research-it
21-
text: Research IT
22-
- link: http://www.ucl.ac.uk/isd/services/research-it/training
16+
- link: https://www.ucl.ac.uk/arc
17+
text: Advanced Research Computing
18+
- link: https://www.ucl.ac.uk/advanced-research-computing/about-our-training
2319
text: Training
2420

2521
kramdown:

ch00python/010exemplar.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
],
109109
"source": [
110110
"# Select geocoding service provided by OpenStreetMap's Nominatim - https://wiki.openstreetmap.org/wiki/Nominatim\n",
111-
"geocoder = geopy.geocoders.Nominatim(user_agent=\"mphy0021\") \n",
111+
"geocoder = geopy.geocoders.Nominatim(user_agent=\"comp0023\") \n",
112112
"geocoder.geocode('Cambridge', exactly_one=False)"
113113
]
114114
},

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
attrs>=17.4.0
2+
jinja2<3.1
23
nbconvert<6.0.0
34
ipython
45
jupyter

0 commit comments

Comments
 (0)