diff --git a/Notebook 1/Notebook_1_Python_Basics.ipynb b/Notebook 1/Notebook_1_Python_Basics.ipynb index ed830511b328e2d7673cb46c7f77173c7e2e6547..c6ebf2fc2548213b6d082823df7f6aa5b164fbef 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:" ] },