From 46f6200f051f63b599616e5abc8629e5c2782286 Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Tue, 31 Oct 2023 19:55:11 +0100 Subject: [PATCH 1/2] README.md: Trivial typo fix s/Jupyther/Jupyter/ --- code/lego-parts-csv2md/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lego-parts-csv2md/README.md b/code/lego-parts-csv2md/README.md index ef1bf8eb..30e70d57 100644 --- a/code/lego-parts-csv2md/README.md +++ b/code/lego-parts-csv2md/README.md @@ -70,7 +70,7 @@ Select the `Run All` menu entry and wait... > **ATTENTION** > > The first time you try to run app, VSC will ask to install other needed libraries. -> In particular it need to install `ipykernel` to be able to run your _Jupyther Notebook_ app. +> In particular it need to install `ipykernel` to be able to run your _Jupyter Notebook_ app. > > **Accept the automatic installation of all extensions** > From 5db09591b754f998f90234759a8452da1917b71c Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Tue, 31 Oct 2023 19:57:12 +0100 Subject: [PATCH 2/2] README.md: Add missing "the" --- code/lego-parts-csv2md/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lego-parts-csv2md/README.md b/code/lego-parts-csv2md/README.md index 30e70d57..85befa47 100644 --- a/code/lego-parts-csv2md/README.md +++ b/code/lego-parts-csv2md/README.md @@ -7,7 +7,7 @@ The tool is written as a Python [Jupyter Notebook](https://jupyter.org) and can ## Python environment -Obviously you need to have `python3` installed on your system. In case you haven't it you can follow instructions from [python.org](https://www.python.org) or any tutorial you can find in the internet. +Obviously you need to have `python3` installed on your system. In case you haven't it you can follow the instructions from [python.org](https://www.python.org) or any tutorial you can find in the internet. Since this tool depends on a few libraries we suggest to create a [virtual environment](https://docs.python.org/3/library/venv.html) where to install those libraries keeping your system clean.