Skip to content

Commit 268fe19

Browse files
committed
Issue in prerequisites.ipynb
Fixes #53 and Missing Visualization in Section 2.2.5 of data-visualise.ipynb Fixes #54
1 parent 3657945 commit 268fe19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

data-visualise.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
"id": "7c76be4b",
475475
"metadata": {
476476
"tags": [
477-
"remove-cell"
477+
"hide-input"
478478
]
479479
},
480480
"outputs": [],

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",

0 commit comments

Comments
 (0)