Skip to content

Commit

Permalink
Merge pull request #127 from LibraryCarpentry/chennesy-patch-2
Browse files Browse the repository at this point in the history
intro $ for command prompts
  • Loading branch information
jt14den authored Aug 11, 2024
2 parents db68230 + ec77556 commit 431b275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions episodes/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Once you have created the `lc-python` directory on your Desktop, you can start J
#### Mac users - Command Line

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`.)
2. After you have launched Terminal, change directories to the `lc-python` folder you created earlier and type `jupyter lab`:
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.

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

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

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

::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::

0 comments on commit 431b275

Please sign in to comment.