Skip to content

Commit 9cce19b

Browse files
committed
Add link to slides at the top of each notebook.
1 parent d987657 commit 9cce19b

7 files changed

+94
-13
lines changed

notebooks/1-getting_started_with_pandas.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
{
44
"cell_type": "markdown",
55
"id": "654d989b-ca3b-4815-94f8-fe640ebbe9d2",
6-
"metadata": {},
6+
"metadata": {
7+
"slideshow": {
8+
"slide_type": "skip"
9+
},
10+
"tags": []
11+
},
712
"source": [
8-
"[![View slides in browser](https://img.shields.io/badge/view-slides-orange?logo=github)](https://stefmolin.github.io/pandas-workshop/slides/html/workshop.slides.html#/section-1)\n",
13+
"[![View slides in browser](https://img.shields.io/badge/view-slides-orange?logo=reveal.js&logoColor=white)](https://stefmolin.github.io/pandas-workshop/slides/html/workshop.slides.html#/section-1)\n",
914
"\n",
1015
"---\n",
1116
"\n"
@@ -2607,7 +2612,7 @@
26072612
"name": "python",
26082613
"nbconvert_exporter": "python",
26092614
"pygments_lexer": "ipython3",
2610-
"version": "3.10.2"
2615+
"version": "3.10.8"
26112616
}
26122617
},
26132618
"nbformat": 4,

notebooks/2-data_wrangling.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
{
44
"cell_type": "markdown",
55
"id": "2ea64fb3-084e-4467-90ce-f3f6356cd3c3",
6-
"metadata": {},
6+
"metadata": {
7+
"slideshow": {
8+
"slide_type": "skip"
9+
},
10+
"tags": []
11+
},
712
"source": [
8-
"[![View slides in browser](https://img.shields.io/badge/view-slides-orange?logo=github)](https://stefmolin.github.io/pandas-workshop/slides/html/workshop.slides.html#/section-2)\n",
13+
"[![View slides in browser](https://img.shields.io/badge/view-slides-orange?logo=reveal.js&logoColor=white)](https://stefmolin.github.io/pandas-workshop/slides/html/workshop.slides.html#/section-2)\n",
914
"\n",
1015
"---\n",
1116
"\n"
@@ -7895,7 +7900,7 @@
78957900
"name": "python",
78967901
"nbconvert_exporter": "python",
78977902
"pygments_lexer": "ipython3",
7898-
"version": "3.10.2"
7903+
"version": "3.10.8"
78997904
}
79007905
},
79017906
"nbformat": 4,

notebooks/3-data_visualization.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
{
44
"cell_type": "markdown",
55
"id": "b0bcc073-5ee3-4447-97bc-b5cdaa8d9f8b",
6-
"metadata": {},
6+
"metadata": {
7+
"slideshow": {
8+
"slide_type": "skip"
9+
},
10+
"tags": []
11+
},
712
"source": [
8-
"[![View slides in browser](https://img.shields.io/badge/view-slides-orange?logo=github)](https://stefmolin.github.io/pandas-workshop/slides/html/workshop.slides.html#/section-3)\n",
13+
"[![View slides in browser](https://img.shields.io/badge/view-slides-orange?logo=reveal.js&logoColor=white)](https://stefmolin.github.io/pandas-workshop/slides/html/workshop.slides.html#/section-3)\n",
914
"\n",
1015
"---\n",
1116
"\n",
@@ -12199,7 +12204,7 @@
1219912204
"name": "python",
1220012205
"nbconvert_exporter": "python",
1220112206
"pygments_lexer": "ipython3",
12202-
"version": "3.10.2"
12207+
"version": "3.10.8"
1220312208
}
1220412209
},
1220512210
"nbformat": 4,

slides/0-introduction.ipynb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "73de9609-9539-483a-a930-1f1b12b79a55",
6+
"metadata": {
7+
"slideshow": {
8+
"slide_type": "skip"
9+
},
10+
"tags": []
11+
},
12+
"source": [
13+
"[![View slides in browser](https://img.shields.io/badge/view-slides-orange?logo=reveal.js&logoColor=white)](https://stefmolin.github.io/pandas-workshop/slides/html/workshop.slides.html)\n",
14+
"\n",
15+
"---\n",
16+
"\n",
17+
"\n"
18+
]
19+
},
320
{
421
"cell_type": "markdown",
522
"id": "8b7dfb40-1ef0-4621-89c3-87c5b226c023",
@@ -109,7 +126,7 @@
109126
"name": "python",
110127
"nbconvert_exporter": "python",
111128
"pygments_lexer": "ipython3",
112-
"version": "3.10.2"
129+
"version": "3.10.8"
113130
}
114131
},
115132
"nbformat": 4,

slides/1-getting_started_with_pandas.ipynb

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "d7d8affa-124f-4132-88ba-6729aab0ff2e",
6+
"metadata": {
7+
"slideshow": {
8+
"slide_type": "skip"
9+
},
10+
"tags": []
11+
},
12+
"source": [
13+
"[![View slides in browser](https://img.shields.io/badge/view-slides-orange?logo=reveal.js&logoColor=white)](https://stefmolin.github.io/pandas-workshop/slides/html/workshop.slides.html#/section-1)\n",
14+
"\n",
15+
"---\n",
16+
"\n"
17+
]
18+
},
319
{
420
"cell_type": "markdown",
521
"id": "2c0397e0-4592-48dd-90d9-6a6dc95be2f9",
@@ -3185,7 +3201,7 @@
31853201
"name": "python",
31863202
"nbconvert_exporter": "python",
31873203
"pygments_lexer": "ipython3",
3188-
"version": "3.10.2"
3204+
"version": "3.10.8"
31893205
}
31903206
},
31913207
"nbformat": 4,

slides/2-data_wrangling.ipynb

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "0ceea5a6-c4bf-48f6-9644-d8d96b635abf",
6+
"metadata": {
7+
"slideshow": {
8+
"slide_type": "skip"
9+
},
10+
"tags": []
11+
},
12+
"source": [
13+
"[![View slides in browser](https://img.shields.io/badge/view-slides-orange?logo=reveal.js&logoColor=white)](https://stefmolin.github.io/pandas-workshop/slides/html/workshop.slides.html#/section-2)\n",
14+
"\n",
15+
"---\n",
16+
"\n"
17+
]
18+
},
319
{
420
"cell_type": "markdown",
521
"id": "a0745604-3c71-4c7f-8b5c-b6cc0ecec3c3",
@@ -8893,7 +8909,7 @@
88938909
"name": "python",
88948910
"nbconvert_exporter": "python",
88958911
"pygments_lexer": "ipython3",
8896-
"version": "3.10.2"
8912+
"version": "3.10.8"
88978913
}
88988914
},
88998915
"nbformat": 4,

slides/3-data_visualization.ipynb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "c80f1fcd-b245-459f-9cb0-723ac3020ddd",
6+
"metadata": {
7+
"slideshow": {
8+
"slide_type": "skip"
9+
},
10+
"tags": []
11+
},
12+
"source": [
13+
"[![View slides in browser](https://img.shields.io/badge/view-slides-orange?logo=reveal.js&logoColor=white)](https://stefmolin.github.io/pandas-workshop/slides/html/workshop.slides.html#/section-3)\n",
14+
"\n",
15+
"---\n",
16+
"\n",
17+
"\n"
18+
]
19+
},
320
{
421
"cell_type": "markdown",
522
"id": "ca73b481-0ab1-442a-b602-a1dc4c51f396",
@@ -17370,7 +17387,7 @@
1737017387
"name": "python",
1737117388
"nbconvert_exporter": "python",
1737217389
"pygments_lexer": "ipython3",
17373-
"version": "3.10.2"
17390+
"version": "3.10.8"
1737417391
}
1737517392
},
1737617393
"nbformat": 4,

0 commit comments

Comments
 (0)