From 489c065a03a1c7ced701474ea7de87975bde3aca 2014-03-01 04:01:47 From: Paul Ivanov Date: 2014-03-01 04:01:47 Subject: [PATCH] add toolbar highlighting on hover --- diff --git a/examples/notebooks/Part 1 - Running Code.ipynb b/examples/notebooks/Part 1 - Running Code.ipynb index cbba82a..b051978 100644 --- a/examples/notebooks/Part 1 - Running Code.ipynb +++ b/examples/notebooks/Part 1 - Running Code.ipynb @@ -34,7 +34,18 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Run a code cell using `Shift-Enter` or pressing the button in the toolbar above:" + "\n", + "\n", + "\n", + "Run a code cell using `Shift-Enter` or pressing the button in the toolbar above:" ] }, { @@ -79,7 +90,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 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." ] }, {