Skip to content

Commit

Permalink
Merge pull request #213 from UCL/update-module-code
Browse files Browse the repository at this point in the history
  • Loading branch information
dpshelio authored Oct 3, 2022
2 parents 363108a + 747a78c commit 0a2add1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
16 changes: 6 additions & 10 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
contact: http://www.ucl.ac.uk/research-it-services/partner-with-us
contact: arc-teaching@ucl.ac.uk

title: "MPHY0021: Research Software Engineering With Python"
title: "COMP0023: Research Software Engineering With Python"
includeleftnav: True
short: MPHY0021
short: COMP0023

defaults:
- scope: {path: ""}
Expand All @@ -13,13 +13,9 @@ baseurl: /rsd-engineeringcourse
remote_theme: dpshelio/indigo-jekyll

crumbs:
- link: http://www.ucl.ac.uk/ISD
text: ISD
- link: http://www.ucl.ac.uk/isd/services
text: Our services
- link: http://www.ucl.ac.uk/isd/services/research-it
text: Research IT
- link: http://www.ucl.ac.uk/isd/services/research-it/training
- link: https://www.ucl.ac.uk/arc
text: Advanced Research Computing
- link: https://www.ucl.ac.uk/advanced-research-computing/about-our-training
text: Training

kramdown:
Expand Down
2 changes: 1 addition & 1 deletion ch00python/010exemplar.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
],
"source": [
"# Select geocoding service provided by OpenStreetMap's Nominatim - https://wiki.openstreetmap.org/wiki/Nominatim\n",
"geocoder = geopy.geocoders.Nominatim(user_agent=\"mphy0021\") \n",
"geocoder = geopy.geocoders.Nominatim(user_agent=\"comp0023\") \n",
"geocoder.geocode('Cambridge', exactly_one=False)"
]
},
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
attrs>=17.4.0
jinja2<3.1
nbconvert<6.0.0
ipython
jupyter
Expand Down

0 comments on commit 0a2add1

Please sign in to comment.