From 20d156feb302341b7b5e6641f9988ec02caf5869 Mon Sep 17 00:00:00 2001 From: Gavin McGibbon Date: Thu, 18 Jun 2026 16:23:14 -0700 Subject: [PATCH 1/2] Fix typo in Jupyter environment section Quick typo fix --- lessons/0-course-setup/how-to-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/0-course-setup/how-to-run.md b/lessons/0-course-setup/how-to-run.md index 03e784f3b7..dfddf6c8d1 100644 --- a/lessons/0-course-setup/how-to-run.md +++ b/lessons/0-course-setup/how-to-run.md @@ -25,7 +25,7 @@ This curriculum is best used when opening it in [Visual Studio Code](http://code ### Using Jupyter in the Browser -You can also use a Jupyter environment from the browser on your own computer. Both classical Jupyter and JupyerHub provides a convenient development environment with auto-completion, code highlighting, etc. +You can also use a Jupyter environment from the browser on your own computer. Both classical Jupyter and JupyterHub provides a convenient development environment with auto-completion, code highlighting, etc. To start Jupyter locally, go to the directory of the course, and execute: From 18223bf7fa7ff3e31164b6015d609137a7020291 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Thu, 2 Jul 2026 13:36:24 +0100 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- lessons/0-course-setup/how-to-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/0-course-setup/how-to-run.md b/lessons/0-course-setup/how-to-run.md index dfddf6c8d1..d35c6485dd 100644 --- a/lessons/0-course-setup/how-to-run.md +++ b/lessons/0-course-setup/how-to-run.md @@ -25,7 +25,7 @@ This curriculum is best used when opening it in [Visual Studio Code](http://code ### Using Jupyter in the Browser -You can also use a Jupyter environment from the browser on your own computer. Both classical Jupyter and JupyterHub provides a convenient development environment with auto-completion, code highlighting, etc. +You can also use a Jupyter environment from the browser on your own computer. Both classical Jupyter and JupyterHub provide a convenient development environment with auto-completion, code highlighting, etc. To start Jupyter locally, go to the directory of the course, and execute: