From d3e5b9865c9c4f380657b87bee5dd0d337ea1879 Mon Sep 17 00:00:00 2001
From: Matt N
Date: Sat, 26 Nov 2016 09:00:53 -0800
Subject: [PATCH] jupyter_notebooks_introduction typo: emtpy => empty (#1499)
---
source/_cookbook/jupyter_notebooks_introduction.markdown | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.