##// END OF EJS Templates
try to have buttons render properly on nbviewer
Paul Ivanov -
Show More
@@ -45,7 +45,7 b''
45 "};\n",
45 "};\n",
46 "</script>\n",
46 "</script>\n",
47 "\n",
47 "\n",
48 "Run a code cell using `Shift-Enter` or pressing the <button><i class=\"icon-play\" /></button> button in the <a href=\"#\" onMouseover=\"hl('#maintoolbar-container', 1)\" onMouseout=\"hl('#maintoolbar-container', 0)\">toolbar</a> above:"
48 "Run a code cell using `Shift-Enter` or pressing the <button><i class=\"icon-play\"></i></button> button in the <a href=\"#\" onMouseover=\"hl('#maintoolbar-container', 1)\" onMouseout=\"hl('#maintoolbar-container', 0)\">toolbar</a> above:"
49 ]
49 ]
50 },
50 },
51 {
51 {
@@ -90,7 +90,7 b''
90 "cell_type": "markdown",
90 "cell_type": "markdown",
91 "metadata": {},
91 "metadata": {},
92 "source": [
92 "source": [
93 "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 <a href=\"#\" onMouseover=\"hl('#maintoolbar-container', 1)\" onMouseout=\"hl('#maintoolbar-container', 0)\">toolbar</a> above."
93 "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'></i></button> button in the <a href=\"#\" onMouseover=\"hl('#maintoolbar-container', 1)\" onMouseout=\"hl('#maintoolbar-container', 0)\">toolbar</a> above."
94 ]
94 ]
95 },
95 },
96 {
96 {
General Comments 0
You need to be logged in to leave comments. Login now