Skip to content

Commit 32f0bf0

Browse files
committed
[skip ci] Rename notebooks; update index
1 parent b79c3a5 commit 32f0bf0

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

00_index.ipynb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,20 @@
3434
"\n",
3535
"# Hands-On Projects\n",
3636
"\n",
37+
"- [Introduction to data exploration](./30_introduction_data_exploration.ipynb)\n",
3738
"- [Image Classification](./31_image_classification.ipynb)\n",
3839
"\n",
3940
"# Additional Topics\n",
4041
"\n",
4142
"- [Parallelism and concurrency in Python](./14_threads.ipynb)\n"
4243
]
44+
},
45+
{
46+
"cell_type": "code",
47+
"execution_count": null,
48+
"metadata": {},
49+
"outputs": [],
50+
"source": []
4351
}
4452
],
4553
"metadata": {
@@ -58,7 +66,7 @@
5866
"name": "python",
5967
"nbconvert_exporter": "python",
6068
"pygments_lexer": "ipython3",
61-
"version": "3.10.10"
69+
"version": "3.12.10"
6270
}
6371
},
6472
"nbformat": 4,
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@
12421242
],
12431243
"metadata": {
12441244
"kernelspec": {
1245-
"display_name": "base",
1245+
"display_name": "Python 3 (ipykernel)",
12461246
"language": "python",
12471247
"name": "python3"
12481248
},
@@ -1256,7 +1256,7 @@
12561256
"name": "python",
12571257
"nbconvert_exporter": "python",
12581258
"pygments_lexer": "ipython3",
1259-
"version": "3.12.4"
1259+
"version": "3.12.10"
12601260
}
12611261
},
12621262
"nbformat": 4,

0 commit comments

Comments
 (0)