Skip to content

Commit d24501d

Browse files
committed
Add note about leaving terminal open when using Jupyter
1 parent 44050b8 commit d24501d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

learners/setup.md

Lines changed: 7 additions & 0 deletions
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)