From b9e71c97c74f74a6acf44da80600d2a86f3f021a Mon Sep 17 00:00:00 2001 From: Thomas Landman <t.landman@student.tudelft.nl> Date: Thu, 16 Jul 2020 13:34:14 +0000 Subject: [PATCH] Update Notebook_1_Python_Basics.ipynb --- Notebook 1/Notebook_1_Python_Basics.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Notebook 1/Notebook_1_Python_Basics.ipynb b/Notebook 1/Notebook_1_Python_Basics.ipynb index ed83051..c6ebf2f 100644 --- a/Notebook 1/Notebook_1_Python_Basics.ipynb +++ b/Notebook 1/Notebook_1_Python_Basics.ipynb @@ -401,6 +401,8 @@ "* \"Stop\": tells the kernel to abort trying to run the code it is working on, but does not erase its memory\n", "* \"Restart\": \"kill\" the kernel (erasing its memory), and start a new one attached to the notebook.\n", "\n", + "<img src=\"restartkernelmenu.png\" width=80%></img>\n", + "\n", "To see this in action, you can execute the following cell, which will do nothing other than wait for 10 minutes:" ] }, -- GitLab