Skip to content

Commit 13ddcf7

Browse files
authored
fix windows startup instructions
the original instructions didn't have users launching jupyterlab in the lc-python/ directory. fixing.
1 parent 2a736ce commit 13ddcf7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

episodes/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ To start the JupyterLab server you will need to access the Anaconda Prompt.
9292
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.
9393

9494
```bash
95+
$ cd ..\Desktop\lc-python
9596
$ jupyter lab
9697
```
9798

0 commit comments

Comments
 (0)