adding visual interrupt button

This commit is contained in:
Paul Ivanov 2013-12-03 16:21:57 -08:00
parent f9eddd6a8f
commit 0cef349751

View File

@ -34,7 +34,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Run a code cell using `Shift-Enter` or pressing the <button class='btn'><i class=\"icon-play\" /></button> button in the toolbar above:"
"Run a code cell using `Shift-Enter` or pressing the <button><i class=\"icon-play\" /></button> 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><i class='icon-stop'/></button> button in the toolbar above."
]
},
{