Skip to content

Commit 12a8b2b

Browse files
committed
differences for PR #609
1 parent 5f70ca8 commit 12a8b2b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

fig/00_0_jupyter_notebook_example.jpg

100755100644
File mode changed.

md5sum.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"learners/discuss.md" "ee9645b54825a8fcfcf76a59d73c528f" "site/built/discuss.md" "2023-05-08"
2121
"learners/jupyter_notebooks.md" "dd71f8cda05842ccbd47eb160731a26f" "site/built/jupyter_notebooks.md" "2024-03-07"
2222
"learners/reference.md" "5a78a7c025ceb017458971b58eed2aea" "site/built/reference.md" "2024-02-21"
23-
"learners/setup.md" "b245f2f5a072836f142819d93efd229b" "site/built/setup.md" "2024-03-29"
23+
"learners/setup.md" "0345f3f23f289e6c122fe40b73f08696" "site/built/setup.md" "2024-03-29"
2424
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2023-05-08"

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)