From 0811b31781cd6e8ec07200555ebcbb482a3b4f06 Mon Sep 17 00:00:00 2001 From: Chris Harding Date: Thu, 30 Mar 2023 13:40:27 -0400 Subject: [PATCH] Fix typo: "cell my name" -> "cell by name" --- 05-jupyter-ecosystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-jupyter-ecosystem.md b/05-jupyter-ecosystem.md index 6aa175a..81f5d94 100644 --- a/05-jupyter-ecosystem.md +++ b/05-jupyter-ecosystem.md @@ -55,7 +55,7 @@ its prompt will read `In [1]:`. Pro Tip When teaching with notebooks, you often will want to refer to a cell -my name. You could refer to a cell by its input prompt +by name. You could refer to a cell by its input prompt number. However, keep in mind that this number will change if you excecute the cell again, or that students may have different numbers if they, too, are executing their own copy of the notebook. A better