diff --git a/chapter_02_functions/00_content.ipynb b/chapter_02_functions/00_content.ipynb index d7e21b5..4d18040 100644 --- a/chapter_02_functions/00_content.ipynb +++ b/chapter_02_functions/00_content.ipynb @@ -2577,7 +2577,11 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "slideshow": { + "slide_type": "skip" + } + }, "source": [ "If `scalar` is passed in, this may be done as either a positional or a keyword argument. Which of the two calls where `scalar` is `2` is faster to understand in a larger program?" ] diff --git a/chapter_02_functions/02_content.ipynb b/chapter_02_functions/02_content.ipynb index 87fd9f5..4c18bb4 100644 --- a/chapter_02_functions/02_content.ipynb +++ b/chapter_02_functions/02_content.ipynb @@ -863,7 +863,11 @@ { "cell_type": "code", "execution_count": 23, - "metadata": {}, + "metadata": { + "slideshow": { + "slide_type": "fragment" + } + }, "outputs": [], "source": [ "numbers = [7, 11, 8, 5, 3, 12, 2, 6, 9, 10, 1, 4]" @@ -874,7 +878,7 @@ "execution_count": 24, "metadata": { "slideshow": { - "slide_type": "fragment" + "slide_type": "-" } }, "outputs": [ @@ -1344,7 +1348,11 @@ { "cell_type": "code", "execution_count": 39, - "metadata": {}, + "metadata": { + "slideshow": { + "slide_type": "slide" + } + }, "outputs": [ { "name": "stdout", @@ -1376,7 +1384,7 @@ "execution_count": 40, "metadata": { "slideshow": { - "slide_type": "slide" + "slide_type": "fragment" } }, "outputs": [],