Skip to content

Commit

Permalink
fix windows startup instructions
Browse files Browse the repository at this point in the history
the original instructions didn't have users launching jupyterlab in the lc-python/ directory. fixing.
  • Loading branch information
chennesy authored Sep 6, 2024
1 parent 2a736ce commit 13ddcf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions episodes/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 13ddcf7

Please sign in to comment.