Skip to content

Commit f126ae9

Browse files
committed
differences for PR #607
1 parent 1dbe6ce commit f126ae9

4 files changed

+10
-3
lines changed

fig/00_0_jupyter_notebook_example.jpg

100755100644
File mode changed.

jupyter_notebooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ After typing the command `jupyter notebook`, the following happens:
2020
![](fig/00_1_jupyter_file_browser.png){alt='Jupyter notebook file browser'}
2121
*The Jupyter notebook file browser*
2222

23-
- To create a new Python notebook select "Python 3" from the "New" dropdown on the upper
23+
- To create a new Python notebook select the "New" dropdown on the upper
2424
right of the screen.
2525

2626
![](fig/00_2_jupyter_new_notebook.png){alt='Jupyter notebook file browser'}

md5sum.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"instructors/extra_challenges.md" "38b0d3016d4045f9d621c2cc267c72d6" "site/built/extra_challenges.md" "2023-05-18"
1919
"instructors/instructor-notes.md" "a3b921e91514156550fb850d42e90f80" "site/built/instructor-notes.md" "2023-05-19"
2020
"learners/discuss.md" "ee9645b54825a8fcfcf76a59d73c528f" "site/built/discuss.md" "2023-05-08"
21-
"learners/jupyter_notebooks.md" "dd71f8cda05842ccbd47eb160731a26f" "site/built/jupyter_notebooks.md" "2024-03-07"
21+
"learners/jupyter_notebooks.md" "c7882a84d05bf4fce4df6e488742685a" "site/built/jupyter_notebooks.md" "2024-03-29"
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)