Skip to content

Commit 424ef18

Browse files
committed
differences for PR #607
1 parent dae1cd6 commit 424ef18

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
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" "c7882a84d05bf4fce4df6e488742685a" "site/built/jupyter_notebooks.md" "2023-05-08"
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" "8fb76f508e3b459d75072b1fa35184f3" "site/built/setup.md" "2024-03-05"
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 eithr close the terminal or shut down the server using <kbd>CTRL-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)