Skip to content

Commit 35ad2d6

Browse files
authored
Merge pull request #56 from aeturrell/bradleyfoundissues
Fixes for #53 and #54
2 parents 3657945 + dda797e commit 35ad2d6

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

data-visualise.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
"id": "7c76be4b",
475475
"metadata": {
476476
"tags": [
477-
"remove-cell"
477+
"remove-input"
478478
]
479479
},
480480
"outputs": [],
@@ -577,7 +577,7 @@
577577
"id": "8d219ea2",
578578
"metadata": {},
579579
"source": [
580-
"## visualising distributions\n",
580+
"## Visualising distributions\n",
581581
"\n",
582582
"How you visualise the distribution of a variable depends on the type of variable: categorical or numerical.\n",
583583
"\n",

prerequisites.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"\n",
187187
"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",
188188
"\n",
189-
"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",
189+
"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",
190190
"\n",
191191
"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",
192192
"\n",

welcome.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ We thank the following contributors:
2525
- [udurraniAtPresage](https://github.com/udurraniAtPresage)
2626
- [Josh Holman](https://github.com/TheJolman)
2727
- [Kenytt Avery](https://github.com/ProfAvery)
28+
- [Bradley Phipps](https://github.com/hotshotberad)

0 commit comments

Comments
 (0)