From 58439cf05879964e6093df0acb74b386d765e46d Mon Sep 17 00:00:00 2001 From: Serdar Tumgoren Date: Sun, 31 Mar 2024 14:57:36 -0700 Subject: [PATCH] Fix links in Elections OOP code challenge --- assignments/elections_oop_code_challenge.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assignments/elections_oop_code_challenge.ipynb b/assignments/elections_oop_code_challenge.ipynb index 69870b3..a51d800 100644 --- a/assignments/elections_oop_code_challenge.ipynb +++ b/assignments/elections_oop_code_challenge.ipynb @@ -9,6 +9,8 @@ "source": [ "# Elections OOP Coding challenge\n", "\n", + "> Note, this is a lightly modified version of the Election OOP Challenge from our Data Journalism Notebooks JupyterLite resource.\n", + "\n", "So you now have a basic grounding in [Python classes and OOP](hidden_life_of_objects.ipynb). Let's try to burn this new info into your synapses through a coding challenge.\n", "\n", "Below you'll find some toy election data. \n",