Skip to content

Commit 431b275

Browse files
authored
Merge pull request #127 from LibraryCarpentry/chennesy-patch-2
intro $ for command prompts
2 parents db68230 + ec77556 commit 431b275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

episodes/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Once you have created the `lc-python` directory on your Desktop, you can start J
7676
#### Mac users - Command Line
7777

7878
1. Press the <kbd>cmd</kbd> + <kbd>spacebar</kbd> keys and search for `Terminal`. Click the result or press <kbd>return</kbd>. (You can also find `Terminal` in your `Applications` folder, under `Utilities`.)
79-
2. After you have launched Terminal, change directories to the `lc-python` folder you created earlier and type `jupyter lab`:
79+
2. After you have launched Terminal, change directories to the `lc-python` folder you created earlier and type `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.
8080

8181
```bash
8282
$ cd ../Desktop/lc-python
@@ -89,7 +89,7 @@ To start the JupyterLab server you will need to access the Anaconda Prompt.
8989

9090
1. Press the <kbd>Windows Logo Key</kbd> and search for `Anaconda Prompt`, click the result or press enter.
9191

92-
2. Once you have launched the Anaconda Prompt, type the command:
92+
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
9595
$ jupyter lab
@@ -200,4 +200,4 @@ You can also use "hotkeys"" to change Jupyter cells from Code to Markdown and ba
200200
- You can use a JupyterLab notebook to edit and run Python.
201201
- Notebooks can include both code and markdown (text) cells.
202202

203-
::::::::::::::::::::::::::::::::::::::::::::::::::
203+
::::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)