From 31716a29ac08ef1e421829eb752b8feadc4a1fce Mon Sep 17 00:00:00 2001 From: Phil Weir Date: Mon, 24 Jun 2024 10:58:13 +0100 Subject: [PATCH] restore exercises --- .../Python Course - 002a - And so we begin.ipynb | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/002-basic-control-structures/Python Course - 002a - And so we begin.ipynb b/002-basic-control-structures/Python Course - 002a - And so we begin.ipynb index bf12c65..e351bb4 100644 --- a/002-basic-control-structures/Python Course - 002a - And so we begin.ipynb +++ b/002-basic-control-structures/Python Course - 002a - And so we begin.ipynb @@ -4,6 +4,9 @@ "cell_type": "markdown", "metadata": { "collapsed": true, + "jupyter": { + "outputs_hidden": true + }, "slideshow": { "slide_type": "slide" } @@ -177,7 +180,7 @@ } }, "source": [ - "## Straw Polls" + "## Post-Its" ] }, { @@ -188,7 +191,7 @@ } }, "source": [ - " - when you have completed an exercise, raise a hand" + " - when you start an exercise, put out your post-its" ] }, { @@ -199,7 +202,7 @@ } }, "source": [ - "* we will make sure all hands are down at the start of the exercise" + "* when you finish, put out your stars" ] }, { @@ -258,7 +261,7 @@ "metadata": { "celltoolbar": "Slideshow", "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -272,7 +275,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.11" + "version": "3.11.6" }, "livereveal": { "theme": "beige", @@ -280,5 +283,5 @@ } }, "nbformat": 4, - "nbformat_minor": 1 + "nbformat_minor": 4 }