Skip to content

Commit aca8ee9

Browse files
committed
Small slidel adjustments
1 parent f31f7dd commit aca8ee9

2 files changed

Lines changed: 21 additions & 8 deletions

File tree

Basics.ipynb

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"metadata": {
4949
"editable": false,
5050
"slideshow": {
51-
"slide_type": ""
51+
"slide_type": "slide"
5252
},
5353
"tags": []
5454
},
@@ -1873,11 +1873,17 @@
18731873
"cell_type": "code",
18741874
"execution_count": null,
18751875
"id": "98a15c5a",
1876-
"metadata": {},
1876+
"metadata": {
1877+
"editable": true,
1878+
"remove_code": "non-comments",
1879+
"slideshow": {
1880+
"slide_type": ""
1881+
},
1882+
"tags": []
1883+
},
18771884
"outputs": [],
18781885
"source": [
1879-
"# show step\n",
1880-
"print(my_list[0:5:2]) # show every second element"
1886+
"# show step\n"
18811887
]
18821888
},
18831889
{
@@ -2634,7 +2640,7 @@
26342640
"metadata": {
26352641
"editable": true,
26362642
"slideshow": {
2637-
"slide_type": ""
2643+
"slide_type": "fragment"
26382644
},
26392645
"tags": []
26402646
},

Basics_filled.ipynb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"metadata": {
4949
"editable": false,
5050
"slideshow": {
51-
"slide_type": ""
51+
"slide_type": "slide"
5252
},
5353
"tags": []
5454
},
@@ -2660,7 +2660,14 @@
26602660
"cell_type": "code",
26612661
"execution_count": null,
26622662
"id": "98a15c5a",
2663-
"metadata": {},
2663+
"metadata": {
2664+
"editable": true,
2665+
"remove_code": "non-comments",
2666+
"slideshow": {
2667+
"slide_type": ""
2668+
},
2669+
"tags": []
2670+
},
26642671
"outputs": [],
26652672
"source": [
26662673
"# show step\n",
@@ -3616,7 +3623,7 @@
36163623
"metadata": {
36173624
"editable": true,
36183625
"slideshow": {
3619-
"slide_type": ""
3626+
"slide_type": "fragment"
36203627
},
36213628
"tags": []
36223629
},

0 commit comments

Comments
 (0)