diff --git a/source/_cookbook/jupyter_notebooks_introduction.markdown b/source/_cookbook/jupyter_notebooks_introduction.markdown
index 2a3d714aa92..d4ed78b50c4 100644
--- a/source/_cookbook/jupyter_notebooks_introduction.markdown
+++ b/source/_cookbook/jupyter_notebooks_introduction.markdown
@@ -41,7 +41,7 @@ Open [http://localhost:8888/](http://localhost:8888/) in your browser. Press "Ne
-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.