diff --git a/03_conditionals/00_content.ipynb b/03_conditionals/00_content.ipynb index 7a54f13..5a6bc8e 100644 --- a/03_conditionals/00_content.ipynb +++ b/03_conditionals/00_content.ipynb @@ -228,7 +228,7 @@ "execution_count": 6, "metadata": { "slideshow": { - "slide_type": "fragment" + "slide_type": "skip" } }, "outputs": [ @@ -276,7 +276,7 @@ "execution_count": 8, "metadata": { "slideshow": { - "slide_type": "slide" + "slide_type": "fragment" } }, "outputs": [ @@ -300,7 +300,7 @@ "execution_count": 9, "metadata": { "slideshow": { - "slide_type": "fragment" + "slide_type": "skip" } }, "outputs": [ @@ -376,7 +376,7 @@ "execution_count": 12, "metadata": { "slideshow": { - "slide_type": "fragment" + "slide_type": "skip" } }, "outputs": [ @@ -610,7 +610,7 @@ } ], "source": [ - "42 != 123 # \"not equal to\"" + "42 != 123" ] }, {