jupyter_notebooks_introduction typo: emtpy => empty (#1499)

This commit is contained in:
Matt N 2016-11-26 09:00:53 -08:00 committed by Fabian Affolter
parent 9b0fd8492f
commit d3e5b9865c

View File

@ -41,7 +41,7 @@ Open [http://localhost:8888/](http://localhost:8888/) in your browser. Press "Ne
<img src='{{site_root}}/images/screenshots/jupyter-new.png' /> <img src='{{site_root}}/images/screenshots/jupyter-new.png' />
</p> </p>
You will get an emtpy notebook with one cell. Cells can contain code or text. To get the output of a cell you need to execute them with "Cell" -> "Run Cells" from the menu or by pressing the icon. You will get an empty notebook with one cell. Cells can contain code or text. To get the output of a cell you need to execute them with "Cell" -> "Run Cells" from the menu or by pressing the icon.
<p class='img'> <p class='img'>
<img src='{{site_root}}/images/screenshots/jupyter-notebook.png' /> <img src='{{site_root}}/images/screenshots/jupyter-notebook.png' />