From af4d3cb19a27befcba6de44d13e89ddb631c57d2 Mon Sep 17 00:00:00 2001 From: Phil Weir Date: Tue, 9 May 2023 09:09:52 +0000 Subject: [PATCH] extra exercises --- .../Preparing for an Audience.ipynb | 48 +++++++++++++++++-- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/017-visualization-strategies/Preparing for an Audience.ipynb b/017-visualization-strategies/Preparing for an Audience.ipynb index e3bf200..d7bae97 100644 --- a/017-visualization-strategies/Preparing for an Audience.ipynb +++ b/017-visualization-strategies/Preparing for an Audience.ipynb @@ -220,6 +220,20 @@ "Think through each one carefully in turn to decide how you should approach it." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Exercise" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Find one (not too complex) plot you like online - how far can you get in 20min trying to make fake data for it in Python (tip: don't worry about getting the data right!)" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -386,6 +400,20 @@ "ax" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Exercise" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Take your previous favourite plot and try to now plot some of your fake data in a similar way to it!" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -861,6 +889,20 @@ "# ..." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Exercise" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Try to improve the plot you found that you were working on!" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -886,7 +928,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -900,9 +942,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.6" + "version": "3.10.10" } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }