Skip to content

Commit 0a6ce64

Browse files
committed
Update to python 3.10
1 parent 218d096 commit 0a6ce64

20 files changed

+94
-62
lines changed

L00-Linux-Basics/L00.1-Linux-Basics.ipynb

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,15 +1352,21 @@
13521352
"metadata": {
13531353
"celltoolbar": "Slideshow",
13541354
"kernelspec": {
1355-
"display_name": "Bash",
1356-
"language": "bash",
1357-
"name": "bash"
1355+
"display_name": "Python 3 (ipykernel)",
1356+
"language": "python",
1357+
"name": "python3"
13581358
},
13591359
"language_info": {
1360-
"codemirror_mode": "shell",
1361-
"file_extension": ".sh",
1362-
"mimetype": "text/x-sh",
1363-
"name": "bash"
1360+
"codemirror_mode": {
1361+
"name": "ipython",
1362+
"version": 3
1363+
},
1364+
"file_extension": ".py",
1365+
"mimetype": "text/x-python",
1366+
"name": "python",
1367+
"nbconvert_exporter": "python",
1368+
"pygments_lexer": "ipython3",
1369+
"version": "3.10.14"
13641370
}
13651371
},
13661372
"nbformat": 4,

L01-Introduction-to-Distributed-Computing/L01.1-Introduction-to-Distributed-Computing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"name": "python",
168168
"nbconvert_exporter": "python",
169169
"pygments_lexer": "ipython3",
170-
"version": "3.9.17"
170+
"version": "3.10.14"
171171
}
172172
},
173173
"nbformat": 4,

L01-Introduction-to-Distributed-Computing/L01.2-Introduction-to-Hadoop.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
"name": "python",
639639
"nbconvert_exporter": "python",
640640
"pygments_lexer": "ipython3",
641-
"version": "3.9.17"
641+
"version": "3.10.14"
642642
}
643643
},
644644
"nbformat": 4,

L02-Understanding-MapReduce/L02.1-Understanding-MapReduce.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@
261261
"metadata": {
262262
"celltoolbar": "Slideshow",
263263
"kernelspec": {
264-
"display_name": "Python3.9-virtualenv",
264+
"display_name": "Python 3 (ipykernel)",
265265
"language": "python",
266-
"name": "python3.9-virtualenv"
266+
"name": "python3"
267267
},
268268
"language_info": {
269269
"codemirror_mode": {
@@ -275,7 +275,7 @@
275275
"name": "python",
276276
"nbconvert_exporter": "python",
277277
"pygments_lexer": "ipython3",
278-
"version": "3.9.17"
278+
"version": "3.10.14"
279279
}
280280
},
281281
"nbformat": 4,

L02-Understanding-MapReduce/L02.2-MapReduce-with-Hadoop-Streaming.ipynb

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -570,15 +570,21 @@
570570
"metadata": {
571571
"celltoolbar": "Slideshow",
572572
"kernelspec": {
573-
"display_name": "Bash",
574-
"language": "bash",
575-
"name": "bash"
573+
"display_name": "Python 3 (ipykernel)",
574+
"language": "python",
575+
"name": "python3"
576576
},
577577
"language_info": {
578-
"codemirror_mode": "shell",
579-
"file_extension": ".sh",
580-
"mimetype": "text/x-sh",
581-
"name": "bash"
578+
"codemirror_mode": {
579+
"name": "ipython",
580+
"version": 3
581+
},
582+
"file_extension": ".py",
583+
"mimetype": "text/x-python",
584+
"name": "python",
585+
"nbconvert_exporter": "python",
586+
"pygments_lexer": "ipython3",
587+
"version": "3.10.14"
582588
}
583589
},
584590
"nbformat": 4,

L03-Statistical-Modeling-with-MapReduce/L03.1-Statistics-with-Hadoop.ipynb

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -955,15 +955,21 @@
955955
"metadata": {
956956
"celltoolbar": "Slideshow",
957957
"kernelspec": {
958-
"display_name": "Bash",
959-
"language": "bash",
960-
"name": "bash"
958+
"display_name": "Python 3 (ipykernel)",
959+
"language": "python",
960+
"name": "python3"
961961
},
962962
"language_info": {
963-
"codemirror_mode": "shell",
964-
"file_extension": ".sh",
965-
"mimetype": "text/x-sh",
966-
"name": "bash"
963+
"codemirror_mode": {
964+
"name": "ipython",
965+
"version": 3
966+
},
967+
"file_extension": ".py",
968+
"mimetype": "text/x-python",
969+
"name": "python",
970+
"nbconvert_exporter": "python",
971+
"pygments_lexer": "ipython3",
972+
"version": "3.10.14"
967973
}
968974
},
969975
"nbformat": 4,

L03-Statistical-Modeling-with-MapReduce/L03.2-Statistical-Modeling-with-MapReduce.ipynb

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -290,15 +290,21 @@
290290
"metadata": {
291291
"celltoolbar": "Slideshow",
292292
"kernelspec": {
293-
"display_name": "Bash",
294-
"language": "bash",
295-
"name": "bash"
293+
"display_name": "Python 3 (ipykernel)",
294+
"language": "python",
295+
"name": "python3"
296296
},
297297
"language_info": {
298-
"codemirror_mode": "shell",
299-
"file_extension": ".sh",
300-
"mimetype": "text/x-sh",
301-
"name": "bash"
298+
"codemirror_mode": {
299+
"name": "ipython",
300+
"version": 3
301+
},
302+
"file_extension": ".py",
303+
"mimetype": "text/x-python",
304+
"name": "python",
305+
"nbconvert_exporter": "python",
306+
"pygments_lexer": "ipython3",
307+
"version": "3.10.14"
302308
}
303309
},
304310
"nbformat": 4,

L04-Hive/L04-Hive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@
831831
"name": "python",
832832
"nbconvert_exporter": "python",
833833
"pygments_lexer": "ipython3",
834-
"version": "3.9.17"
834+
"version": "3.10.14"
835835
},
836836
"rise": {
837837
"auto_select": "first",

L05-Introduction-to-Spark/L05.1-Introduction-to-Spark.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
"name": "python",
305305
"nbconvert_exporter": "python",
306306
"pygments_lexer": "ipython3",
307-
"version": "3.9.17"
307+
"version": "3.10.14"
308308
},
309309
"rise": {
310310
"auto_select": "first",

L05-Introduction-to-Spark/L05.2-Datasets-and-Parallelization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@
970970
"name": "python",
971971
"nbconvert_exporter": "python",
972972
"pygments_lexer": "ipython3",
973-
"version": "3.9.17"
973+
"version": "3.10.14"
974974
},
975975
"rise": {
976976
"auto_select": "first",

0 commit comments

Comments
 (0)