Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 40b048e
Branch  : main
Author  : David Palmquist <[email protected]>
Time    : 2024-03-29 23:03:55 +0000
Message : Merge pull request #609 from datacarpentry/quist00-terminalPromptClarificationAlphabetize

Update setup.md
  • Loading branch information
actions-user committed Mar 29, 2024
1 parent 5eb82d1 commit 21f0a0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"learners/discuss.md" "ee9645b54825a8fcfcf76a59d73c528f" "site/built/discuss.md" "2023-05-08"
"learners/jupyter_notebooks.md" "dd71f8cda05842ccbd47eb160731a26f" "site/built/jupyter_notebooks.md" "2024-03-07"
"learners/reference.md" "5a78a7c025ceb017458971b58eed2aea" "site/built/reference.md" "2024-02-21"
"learners/setup.md" "b245f2f5a072836f142819d93efd229b" "site/built/setup.md" "2024-03-29"
"learners/setup.md" "0345f3f23f289e6c122fe40b73f08696" "site/built/setup.md" "2024-03-29"
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2023-05-08"
14 changes: 7 additions & 7 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Data for this lesson is from the
[Portal Project Teaching Database](https://figshare.com/articles/Portal_Project_Teaching_Database/1314459).
Specifically, we use the following eight data files:

- [bouldercreek\_09\_2013.txt](data/bouldercreek_09_2013.txt)
- [plots.csv](https://ndownloader.figshare.com/files/3299474)
- [portal\_mammals.sqlite](https://ndownloader.figshare.com/files/11188550)
- [species.csv](https://ndownloader.figshare.com/files/3299483)
- [speciesSubset.csv](data/speciesSubset.csv)
- [surveys.csv](https://ndownloader.figshare.com/files/10717177)
- [surveys2001.csv](data/yearly_files/surveys2001.csv)
- [surveys2002.csv](data/yearly_files/surveys2002.csv)
- [species.csv](https://ndownloader.figshare.com/files/3299483)
- [speciesSubset.csv](data/speciesSubset.csv)
- [plots.csv](https://ndownloader.figshare.com/files/3299474)
- [bouldercreek\_09\_2013.txt](data/bouldercreek_09_2013.txt)
- [portal\_mammals.sqlite](https://ndownloader.figshare.com/files/11188550)

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

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

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

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.
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.

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

Expand Down

0 comments on commit 21f0a0a

Please sign in to comment.