From 001140b8f6245dd14a3352010c136f219ea0acc1 Mon Sep 17 00:00:00 2001 From: nf679 Date: Wed, 14 Aug 2024 08:44:22 +0000 Subject: [PATCH] Add extra info to python-intro question: --- python-intro/exercises/ex09_plotting.ipynb | 4 ++-- python-intro/solutions/ex09_plotting.ipynb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python-intro/exercises/ex09_plotting.ipynb b/python-intro/exercises/ex09_plotting.ipynb index ba81861..cab3ecc 100644 --- a/python-intro/exercises/ex09_plotting.ipynb +++ b/python-intro/exercises/ex09_plotting.ipynb @@ -245,7 +245,7 @@ "tags": [] }, "source": [ - "Plot the resulting data. Set the x and y axis labels to `Year` and `GDP per capita` respectively." + "Plot the resulting data for 'Australia'. Set the x and y axis labels to `Year` and `GDP per capita` respectively." ] }, { @@ -649,7 +649,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.5" + "version": "3.11.9" } }, "nbformat": 4, diff --git a/python-intro/solutions/ex09_plotting.ipynb b/python-intro/solutions/ex09_plotting.ipynb index a06451f..75d765e 100644 --- a/python-intro/solutions/ex09_plotting.ipynb +++ b/python-intro/solutions/ex09_plotting.ipynb @@ -283,7 +283,7 @@ "tags": [] }, "source": [ - "Plot the resulting data. Set the x and y axis labels to `Year` and `GDP per capita` respectively." + "Plot the resulting data for 'Australia'. Set the x and y axis labels to `Year` and `GDP per capita` respectively." ] }, { @@ -929,7 +929,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.5" + "version": "3.11.9" } }, "nbformat": 4,