Skip to content

Commit cb70be3

Browse files
authored
Close #611
Change control to command per the jupyter documentation.
1 parent 40b048e commit cb70be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learners/jupyter_notebooks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ This workflow has several advantages:
8888
- But this format allows Jupyter to mix software (in several languages) with
8989
documentation and graphics, all in one file.
9090

91-
### Notebook modes: Control and Edit
91+
### Notebook modes: Command and Edit
9292

93-
The notebook has two modes of operation: Control and Edit. Control mode lets
93+
The notebook has two modes of operation: Command and Edit. Command mode lets
9494
you edit notebook level features; while, Edit mode lets you change the
9595
contents of a notebook cell. Remember a notebook is made up of a number of
9696
cells which can contain code, markdown, html, visualizations, and more.

0 commit comments

Comments
 (0)