From fea7bb239031592d63940f2fa859f08829144719 Mon Sep 17 00:00:00 2001 From: ilutticken <112660875+ilutticken@users.noreply.github.com> Date: Sun, 30 Nov 2025 17:21:36 -0500 Subject: [PATCH] Fix formatting in Jupyter notebook introduction Removed a spurious bullet point --- 01_intro_to_jupyter.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/01_intro_to_jupyter.ipynb b/01_intro_to_jupyter.ipynb index 6526bfa..437f608 100644 --- a/01_intro_to_jupyter.ipynb +++ b/01_intro_to_jupyter.ipynb @@ -143,8 +143,7 @@ "* Notebooks have two types of cells:\n", " * Markdown cells where I can use Markdown to create formatted text.\n", " * Code cells where I write the code that can be run.\n", - "* The order in which code cells are run is important!\n", - "*" + "* The order in which code cells are run is important!\n" ] }, {