diff --git a/content/modules/ROOT/assets/images/02/02-05-run_button.png b/content/modules/ROOT/assets/images/02/02-05-run_button.png index fb4e479e..9c1954d6 100644 Binary files a/content/modules/ROOT/assets/images/02/02-05-run_button.png and b/content/modules/ROOT/assets/images/02/02-05-run_button.png differ diff --git a/content/modules/ROOT/pages/02-04-first-jupyter-notebook.adoc b/content/modules/ROOT/pages/02-04-first-jupyter-notebook.adoc index 0a864b2c..32f72aae 100644 --- a/content/modules/ROOT/pages/02-04-first-jupyter-notebook.adoc +++ b/content/modules/ROOT/pages/02-04-first-jupyter-notebook.adoc @@ -33,7 +33,7 @@ image::02/02-05-cell_run.png[Jupyter run cell] When you save a notebook, the code and the results are saved. You can reopen the notebook to look at the results without having to run the program again, while still having access to the code. -Notebooks are so named because they are like a physical _notebook_: you can take notes about your experiments (which you will do), along with the code itself, including any parameters that you set. You can see the output of the experiment inline (this is the result from a cell after it's run), along with all the notes that you want to take (to do that, from the menu switch the cell type from `Code` to `Markup`). +Notebooks are so named because they are like a physical _notebook_: you can take notes about your experiments (which you will do), along with the code itself, including any parameters that you set. You can see the output of the experiment inline (this is the result from a cell after it's run), along with all the notes that you want to take (to do that, from the menu switch the cell type from `Code` to `Markdown`). == Try It