Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data-visualise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
"id": "7c76be4b",
"metadata": {
"tags": [
"remove-cell"
"remove-input"
]
},
"outputs": [],
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion prerequisites.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)