From 268fe196cf910a6dea9eb7cb3ae27bf6e3b7c2d7 Mon Sep 17 00:00:00 2001 From: aeturrell Date: Tue, 26 Aug 2025 16:33:52 +0100 Subject: [PATCH 1/3] Issue in prerequisites.ipynb Fixes #53 and Missing Visualization in Section 2.2.5 of data-visualise.ipynb Fixes #54 --- data-visualise.ipynb | 2 +- prerequisites.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data-visualise.ipynb b/data-visualise.ipynb index 2060485..4aa8982 100644 --- a/data-visualise.ipynb +++ b/data-visualise.ipynb @@ -474,7 +474,7 @@ "id": "7c76be4b", "metadata": { "tags": [ - "remove-cell" + "hide-input" ] }, "outputs": [], diff --git a/prerequisites.ipynb b/prerequisites.ipynb index 173a591..8fd4b7b 100644 --- a/prerequisites.ipynb +++ b/prerequisites.ipynb @@ -186,7 +186,7 @@ "\n", "In Visual Studio Code, click on the \"Explorer\" symbol (some files on the left-hand side of the screen) to bring up a file explorer. Check you're in a good location on your computer to try things out and, if not, change the folder you're in using File -> Open Folder until you're happy.\n", "\n", - "Now open up a terminal *within* Visual Studio Code. Make sure it's the same type of terminal that you installed uv in, eg use Powershell on Windows (you can select to use different types of terminals.) The shortcut to open the terminal panel is Ctrl + \\` on Linux and Windows, and Cmd + \\` on Mac. The terminal panel appears along the bottom of VS Code. Run `uv init` in the terminal to initiate an installation of Python. **This Python installation only lives in your current folder**. Then, to install the package we need for this section run `uv add jupyer`. (We will cover the terminal and installing packages in much more detail shortly.)\n", + "Now open up a terminal *within* Visual Studio Code. Make sure it's the same type of terminal that you installed uv in, eg use Powershell on Windows (you can select to use different types of terminals.) The shortcut to open the terminal panel is Ctrl + \\` on Linux and Windows, and Cmd + \\` on Mac. The terminal panel appears along the bottom of VS Code. Run `uv init` in the terminal to initiate an installation of Python. **This Python installation only lives in your current folder**. Then, to install the package we need for this section run `uv add jupyter`. (We will cover the terminal and installing packages in much more detail shortly.)\n", "\n", "Now, still with the explorer panel open on the left hand side, click on the symbol that looks like a blank piece of paper with a \"+\" sign on it. This will create a new file, and your cursor should move to name it. Name it `hello_world.py`. The file extension, `.py`, is very important as it implicitly tells Visual Studio Code that this is a Python script.\n", "\n", From c80a750c633591c199db9556fb3e2ba26c4171a1 Mon Sep 17 00:00:00 2001 From: aeturrell Date: Tue, 26 Aug 2025 16:35:33 +0100 Subject: [PATCH 2/3] correcting cell tag --- data-visualise.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-visualise.ipynb b/data-visualise.ipynb index 4aa8982..5abfd3c 100644 --- a/data-visualise.ipynb +++ b/data-visualise.ipynb @@ -474,7 +474,7 @@ "id": "7c76be4b", "metadata": { "tags": [ - "hide-input" + "remove-input" ] }, "outputs": [], @@ -577,7 +577,7 @@ "id": "8d219ea2", "metadata": {}, "source": [ - "## visualising distributions\n", + "## Visualising distributions\n", "\n", "How you visualise the distribution of a variable depends on the type of variable: categorical or numerical.\n", "\n", From dda797ee44f73d740b8f8a8ec89ae5ae991aae9d Mon Sep 17 00:00:00 2001 From: aeturrell Date: Tue, 26 Aug 2025 16:46:15 +0100 Subject: [PATCH 3/3] adding contributor --- welcome.md | 1 + 1 file changed, 1 insertion(+) diff --git a/welcome.md b/welcome.md index 52fa997..02d5b43 100644 --- a/welcome.md +++ b/welcome.md @@ -25,3 +25,4 @@ We thank the following contributors: - [udurraniAtPresage](https://github.com/udurraniAtPresage) - [Josh Holman](https://github.com/TheJolman) - [Kenytt Avery](https://github.com/ProfAvery) +- [Bradley Phipps](https://github.com/hotshotberad)