Skip to content

Commit

Permalink
how to create new python notebook
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
maneesha authored Mar 7, 2024
1 parent 44050b8 commit 37c8509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learners/jupyter_notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ After typing the command `jupyter notebook`, the following happens:
![](fig/00_1_jupyter_file_browser.png){alt='Jupyter notebook file browser'}
*The Jupyter notebook file browser*

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

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

0 comments on commit 37c8509

Please sign in to comment.