From 0cef349751bdf19e3fe6234dbf89808406d9514f Mon Sep 17 00:00:00 2001 From: Paul Ivanov Date: Tue, 3 Dec 2013 16:21:57 -0800 Subject: [PATCH] adding visual interrupt button --- examples/notebooks/Part 1 - Running Code.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/notebooks/Part 1 - Running Code.ipynb b/examples/notebooks/Part 1 - Running Code.ipynb index e6692c8a4..cbba82aeb 100644 --- a/examples/notebooks/Part 1 - Running Code.ipynb +++ b/examples/notebooks/Part 1 - Running Code.ipynb @@ -34,7 +34,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Run a code cell using `Shift-Enter` or pressing the button in the toolbar above:" + "Run a code cell using `Shift-Enter` or pressing the button in the toolbar above:" ] }, { @@ -79,7 +79,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Code is run in a separate process called the IPython Kernel. The Kernel can be interrupted or restarted. Try running the following cell and then hit the \"Stop\" button in the toolbar above." + "Code is run in a separate process called the IPython Kernel. The Kernel can be interrupted or restarted. Try running the following cell and then hit the button in the toolbar above." ] }, {