Skip to content

Commit f3ef0c6

Browse files
committed
markdown source builds
Auto-generated via {sandpaper} Source : 34427e6 Branch : main Author : David Palmquist <[email protected]> Time : 2024-03-29 22:16:49 +0000 Message : Merge pull request #607 from datacarpentry/keepTerminalOpen Add note about leaving terminal open when using Jupyter
1 parent 937d7a5 commit f3ef0c6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines 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" "fd86f4eb728285700314da1be1277e08" "site/built/setup.md" "2024-02-21"
23+
"learners/setup.md" "b245f2f5a072836f142819d93efd229b" "site/built/setup.md" "2024-03-29"
2424
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2023-05-08"

setup.md

+7
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,13 @@ jupyter notebook
201201
The notebook should open automatically in your browser. If it does not or you
202202
wish to use a different browser, open this link: [http://localhost:8888](https://localhost:8888).
203203

204+
::: prereq :::::
205+
## Leave terminal used to launch Jupyter open
206+
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.
208+
209+
::::::::::::::::::::
210+
204211
For a brief introduction to Jupyter Notebooks, please consult our
205212
[Introduction to Jupyter Notebooks](jupyter_notebooks.md) page.
206213

0 commit comments

Comments
 (0)