Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 431b275
Branch  : main
Author  : Tim Dennis <[email protected]>
Time    : 2024-08-11 20:46:58 +0000
Message : Merge pull request #127 from LibraryCarpentry/chennesy-patch-2

intro $ for command prompts
  • Loading branch information
actions-user committed Aug 11, 2024
1 parent 7dcc5aa commit 8e4c4c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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.

::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2023-05-08"
"config.yaml" "751228ef986d86881e913e9993d4e229" "site/built/config.yaml" "2024-06-17"
"index.md" "9f67ac3e582ca26f647adbc0e15b2357" "site/built/index.md" "2024-06-17"
"episodes/getting-started.md" "2d2c0e00ff60836401639f36cc80e686" "site/built/getting-started.md" "2024-06-17"
"episodes/getting-started.md" "06f84d5f72ba28f3b1c1b9cd19c367f1" "site/built/getting-started.md" "2024-08-11"
"episodes/variables.md" "b4410937474e0325bdd6b68a39d0b1b5" "site/built/variables.md" "2024-06-17"
"episodes/lists.md" "b4549b23dd5e7fcbcc7eadae039f6686" "site/built/lists.md" "2024-06-17"
"episodes/functions.md" "499deb6ac29cdd4a00134176ef890616" "site/built/functions.md" "2024-06-17"
Expand Down

0 comments on commit 8e4c4c1

Please sign in to comment.