File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
- contact : http://www. ucl.ac.uk/research-it-services/partner-with-us
1
+ contact : arc-teaching@ ucl.ac.uk
2
2
3
- title : " MPHY0021 : Research Software Engineering With Python"
3
+ title : " COMP0023 : Research Software Engineering With Python"
4
4
includeleftnav : True
5
- short : MPHY0021
5
+ short : COMP0023
6
6
7
7
defaults :
8
8
- scope : {path: ""}
@@ -13,13 +13,9 @@ baseurl: /rsd-engineeringcourse
13
13
remote_theme : dpshelio/indigo-jekyll
14
14
15
15
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
23
19
text : Training
24
20
25
21
kramdown :
Original file line number Diff line number Diff line change 108
108
],
109
109
"source" : [
110
110
" # 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 " ,
112
112
" geocoder.geocode('Cambridge', exactly_one=False)"
113
113
]
114
114
},
Original file line number Diff line number Diff line change 1
1
attrs >= 17.4.0
2
+ jinja2 < 3.1
2
3
nbconvert < 6.0.0
3
4
ipython
4
5
jupyter
You can’t perform that action at this time.
0 commit comments