Skip to content

Commit 95f8155

Browse files
committed
update worksheets 1-6 #113
1 parent d13af17 commit 95f8155

5 files changed

Lines changed: 20 additions & 19 deletions

File tree

notebooks/worksheet2.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@
684684
}
685685
],
686686
"metadata": {
687+
"instance_type": "ml.t3.medium",
687688
"kernelspec": {
688689
"display_name": "Python [conda env:pyprecis-environment] (arn:aws:sagemaker:eu-west-2:198477955030:image-version/abtraining/1)",
689690
"language": "python",

notebooks/worksheet3.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,7 @@
10041004
}
10051005
],
10061006
"metadata": {
1007+
"instance_type": "ml.t3.medium",
10071008
"kernelspec": {
10081009
"display_name": "Python [conda env:pyprecis-environment] (arn:aws:sagemaker:eu-west-2:198477955030:image-version/abtraining/1)",
10091010
"language": "python",

notebooks/worksheet4.ipynb

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"import numpy.ma as ma\n",
6969
"\n",
7070
"# Some helpful data locations\n",
71-
"DATADIR = '/project/ciid/projects/PRECIS/worksheets/data'\n",
71+
"DATADIR = 'data'\n",
7272
"CLIMDIR = os.path.join(DATADIR, 'climatology')\n",
7373
"HISTDIR = os.path.join(DATADIR, 'historical')\n",
7474
"FUTRDIR = os.path.join(DATADIR, 'future')\n",
@@ -442,9 +442,7 @@
442442
{
443443
"cell_type": "code",
444444
"execution_count": null,
445-
"metadata": {
446-
"scrolled": false
447-
},
445+
"metadata": {},
448446
"outputs": [],
449447
"source": [
450448
"# Read in the monthly series\n",
@@ -588,10 +586,11 @@
588586
}
589587
],
590588
"metadata": {
589+
"instance_type": "ml.t3.medium",
591590
"kernelspec": {
592-
"display_name": "Python 3",
591+
"display_name": "Python [conda env:pyprecis-environment] (arn:aws:sagemaker:eu-west-2:198477955030:image-version/abtraining/1)",
593592
"language": "python",
594-
"name": "python3"
593+
"name": "conda-env-pyprecis-environment-py__SAGEMAKER_INTERNAL__arn:aws:sagemaker:eu-west-2:198477955030:image-version/abtraining/1"
595594
},
596595
"language_info": {
597596
"codemirror_mode": {
@@ -611,5 +610,5 @@
611610
}
612611
},
613612
"nbformat": 4,
614-
"nbformat_minor": 1
613+
"nbformat_minor": 4
615614
}

notebooks/worksheet5.ipynb

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"from iris.analysis import Aggregator\n",
8282
"\n",
8383
"# Some helpful data locations\n",
84-
"DATADIR = '/project/ciid/projects/PRECIS/worksheets/data'\n",
84+
"DATADIR = 'data'\n",
8585
"CLIMDIR = os.path.join(DATADIR, 'climatology')\n",
8686
"HISTDIR = os.path.join(DATADIR, 'historical')\n",
8787
"FUTRDIR = os.path.join(DATADIR, 'future')\n",
@@ -712,9 +712,7 @@
712712
{
713713
"cell_type": "code",
714714
"execution_count": null,
715-
"metadata": {
716-
"scrolled": false
717-
},
715+
"metadata": {},
718716
"outputs": [],
719717
"source": [
720718
"# HINT: The filenames have the following pattern: runid + '.day.pc95.bias.pr.mmday-1.nc'\n",
@@ -793,10 +791,11 @@
793791
}
794792
],
795793
"metadata": {
794+
"instance_type": "ml.t3.medium",
796795
"kernelspec": {
797-
"display_name": "Python 3",
796+
"display_name": "Python [conda env:pyprecis-environment] (arn:aws:sagemaker:eu-west-2:198477955030:image-version/abtraining/1)",
798797
"language": "python",
799-
"name": "python3"
798+
"name": "conda-env-pyprecis-environment-py__SAGEMAKER_INTERNAL__arn:aws:sagemaker:eu-west-2:198477955030:image-version/abtraining/1"
800799
},
801800
"language_info": {
802801
"codemirror_mode": {
@@ -816,5 +815,5 @@
816815
}
817816
},
818817
"nbformat": 4,
819-
"nbformat_minor": 2
818+
"nbformat_minor": 4
820819
}

notebooks/worksheet6.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"from iris.analysis import Aggregator\n",
8787
"\n",
8888
"# Some helpful data locations\n",
89-
"DATADIR = '/project/ciid/projects/PRECIS/worksheets/data'\n",
89+
"DATADIR = 'data'\n",
9090
"PPDIR = os.path.join(DATADIR, 'pp')\n",
9191
"CLIMDIR = os.path.join(DATADIR, 'climatology')\n",
9292
"HISTDIR = os.path.join(DATADIR, 'historical')\n",
@@ -230,10 +230,11 @@
230230
}
231231
],
232232
"metadata": {
233+
"instance_type": "ml.t3.medium",
233234
"kernelspec": {
234-
"display_name": "Python 3",
235+
"display_name": "Python [conda env:pyprecis-environment] (arn:aws:sagemaker:eu-west-2:198477955030:image-version/abtraining/1)",
235236
"language": "python",
236-
"name": "python3"
237+
"name": "conda-env-pyprecis-environment-py__SAGEMAKER_INTERNAL__arn:aws:sagemaker:eu-west-2:198477955030:image-version/abtraining/1"
237238
},
238239
"language_info": {
239240
"codemirror_mode": {
@@ -245,9 +246,9 @@
245246
"name": "python",
246247
"nbconvert_exporter": "python",
247248
"pygments_lexer": "ipython3",
248-
"version": "3.6.6"
249+
"version": "3.6.10"
249250
}
250251
},
251252
"nbformat": 4,
252-
"nbformat_minor": 2
253+
"nbformat_minor": 4
253254
}

0 commit comments

Comments
 (0)