Show More
@@ -267,13 +267,6 b' var IPython = (function (IPython) {' | |||
|
267 | 267 | this.element.find('#clear_all_output').click(function () { |
|
268 | 268 | IPython.notebook.clear_all_output(); |
|
269 | 269 | }); |
|
270 | // Kernel | |
|
271 | this.element.find('#int_kernel').click(function () { | |
|
272 | IPython.notebook.session.interrupt_kernel(); | |
|
273 | }); | |
|
274 | this.element.find('#restart_kernel').click(function () { | |
|
275 | IPython.notebook.restart_kernel(); | |
|
276 | }); | |
|
277 | 270 | // Help |
|
278 | 271 | this.element.find('#keyboard_shortcuts').click(function () { |
|
279 | 272 | IPython.quick_help.show_keyboard_shortcuts(); |
@@ -188,16 +188,6 b' class="notebook_app"' | |||
|
188 | 188 | </li> |
|
189 | 189 | </ul> |
|
190 | 190 | </li> |
|
191 | <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Kernel</a> | |
|
192 | <ul class="dropdown-menu"> | |
|
193 | <li id="int_kernel" | |
|
194 | title="Send KeyboardInterrupt (CTRL-C) to the Kernel"> | |
|
195 | <a href="#">Interrupt</a></li> | |
|
196 | <li id="restart_kernel" | |
|
197 | title="Restart the Kernel"> | |
|
198 | <a href="#">Restart</a></li> | |
|
199 | </ul> | |
|
200 | </li> | |
|
201 | 191 | <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Help</a> |
|
202 | 192 | <ul class="dropdown-menu" title="Opens in a new window"> |
|
203 | 193 | <li><a href="http://ipython.org/documentation.html" target="_blank">IPython Help</a></li> |
General Comments 0
You need to be logged in to leave comments.
Login now