From 105cd574451acc656b5b1fad62efc71ee3443f52 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Thu, 15 Oct 2020 15:41:11 +0200 Subject: [PATCH] Streamline slides --- 03_conditionals/00_content.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" ] }, {