Streamline slides

This commit is contained in:
Alexander Hess 2020-10-15 15:41:11 +02:00
parent 2ea34bf960
commit 105cd57445
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -228,7 +228,7 @@
"execution_count": 6, "execution_count": 6,
"metadata": { "metadata": {
"slideshow": { "slideshow": {
"slide_type": "fragment" "slide_type": "skip"
} }
}, },
"outputs": [ "outputs": [
@ -276,7 +276,7 @@
"execution_count": 8, "execution_count": 8,
"metadata": { "metadata": {
"slideshow": { "slideshow": {
"slide_type": "slide" "slide_type": "fragment"
} }
}, },
"outputs": [ "outputs": [
@ -300,7 +300,7 @@
"execution_count": 9, "execution_count": 9,
"metadata": { "metadata": {
"slideshow": { "slideshow": {
"slide_type": "fragment" "slide_type": "skip"
} }
}, },
"outputs": [ "outputs": [
@ -376,7 +376,7 @@
"execution_count": 12, "execution_count": 12,
"metadata": { "metadata": {
"slideshow": { "slideshow": {
"slide_type": "fragment" "slide_type": "skip"
} }
}, },
"outputs": [ "outputs": [
@ -610,7 +610,7 @@
} }
], ],
"source": [ "source": [
"42 != 123 # \"not equal to\"" "42 != 123"
] ]
}, },
{ {