Skip to content

Commit 40b048e

Browse files
authored
Merge pull request #609 from datacarpentry/quist00-terminalPromptClarificationAlphabetize
Update setup.md
2 parents 736c5fd + 6108f0e commit 40b048e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

learners/setup.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Data for this lesson is from the
1010
[Portal Project Teaching Database](https://figshare.com/articles/Portal_Project_Teaching_Database/1314459).
1111
Specifically, we use the following eight data files:
1212

13+
- [bouldercreek\_09\_2013.txt](data/bouldercreek_09_2013.txt)
14+
- [plots.csv](https://ndownloader.figshare.com/files/3299474)
15+
- [portal\_mammals.sqlite](https://ndownloader.figshare.com/files/11188550)
16+
- [species.csv](https://ndownloader.figshare.com/files/3299483)
17+
- [speciesSubset.csv](data/speciesSubset.csv)
1318
- [surveys.csv](https://ndownloader.figshare.com/files/10717177)
1419
- [surveys2001.csv](data/yearly_files/surveys2001.csv)
1520
- [surveys2002.csv](data/yearly_files/surveys2002.csv)
16-
- [species.csv](https://ndownloader.figshare.com/files/3299483)
17-
- [speciesSubset.csv](data/speciesSubset.csv)
18-
- [plots.csv](https://ndownloader.figshare.com/files/3299474)
19-
- [bouldercreek\_09\_2013.txt](data/bouldercreek_09_2013.txt)
20-
- [portal\_mammals.sqlite](https://ndownloader.figshare.com/files/11188550)
2121

2222
Please download them (by clicking on the corresponding links) and move them to the same directory, or
2323
[download all the files as a zip](data/portal-teachingdb-master.zip)
@@ -192,7 +192,7 @@ conda deactivate
192192
## Launch a Jupyter notebook
193193

194194
After installing either Anaconda or Miniconda and the workshop packages,
195-
launch a Jupyter notebook by typing this command from the terminal:
195+
launch a Jupyter notebook by typing this command into the *terminal* or *anaconda-prompt*:
196196

197197
```bash
198198
jupyter notebook
@@ -204,7 +204,7 @@ wish to use a different browser, open this link: [http://localhost:8888](https:/
204204
::: prereq :::::
205205
## Leave terminal used to launch Jupyter open
206206

207-
Jupyter depends on a server running in the background associated with the terminal used to launch it. Closing the terminal results in web interface errors. When done, you can either close the terminal or shut down the server using <kbd>CTRL</kbd>+<kbd>C</kbd> and submitting <kbd>y</kbd> within 5 seconds if the terminal is needed for other tasks.
207+
Jupyter depends on a server running in the background associated with the window used to launch it. Closing that window will results in web interface errors in the web interface. When done, you can either close the terminal or shut down the server using <kbd>CTRL</kbd>+<kbd>C</kbd> and submitting <kbd>y</kbd> within 5 seconds if the terminal is needed for other tasks.
208208

209209
::::::::::::::::::::
210210

0 commit comments

Comments
 (0)