You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please download them (by clicking on the corresponding links) and move them to the same directory, or
23
23
[download all the files as a zip](data/portal-teachingdb-master.zip)
@@ -192,7 +192,7 @@ conda deactivate
192
192
## Launch a Jupyter notebook
193
193
194
194
After installing either Anaconda or Miniconda and the workshop packages,
195
-
launch a Jupyter notebook by typing this command from the terminal:
195
+
launch a Jupyter notebook by typing this command into the *terminal* or *anaconda-prompt*:
196
196
197
197
```bash
198
198
jupyter notebook
@@ -204,7 +204,7 @@ wish to use a different browser, open this link: [http://localhost:8888](https:/
204
204
::: prereq :::::
205
205
## Leave terminal used to launch Jupyter open
206
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.
207
+
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.
0 commit comments