Skip to content

Commit 37c8509

Browse files
authored
how to create new python notebook
To create a new Python notebook, we say to use the "New" menu but don't say what to select in that menu. This PR fixes that.
1 parent 44050b8 commit 37c8509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learners/jupyter_notebooks.md

Lines changed: 1 addition & 1 deletion
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 the "New" dropdown on the upper
23+
- To create a new Python notebook select "Python 3" from 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'}

0 commit comments

Comments
 (0)