From 13ddcf7a8b60fe6778aafc62855107e2632ff353 Mon Sep 17 00:00:00 2001 From: Cody Hennesy Date: Fri, 6 Sep 2024 15:48:17 -0500 Subject: [PATCH] fix windows startup instructions the original instructions didn't have users launching jupyterlab in the lc-python/ directory. fixing. --- episodes/getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/episodes/getting-started.md b/episodes/getting-started.md index 340782d3..b4e6d2d3 100644 --- a/episodes/getting-started.md +++ b/episodes/getting-started.md @@ -92,6 +92,7 @@ To start the JupyterLab server you will need to access the Anaconda Prompt. 2. Once you have launched the Anaconda Prompt, type the command `jupyter lab`. Note that the `$` sign is used to indicate a command to be typed on the command prompt, but we never type the `$` sign itself, just what follows after it. ```bash +$ cd ..\Desktop\lc-python $ jupyter lab ```