Skip to content

Commit 2995ef3

Browse files
authored
Merge pull request #134 from LibraryCarpentry/chennesy-patch-2
fix windows startup instructions
2 parents eb6ebdd + 13ddcf7 commit 2995ef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

episodes/getting-started.md

+1
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)