Show More
@@ -253,14 +253,6 define(['require' | |||||
253 | env.notebook.delete_cell(); |
|
253 | env.notebook.delete_cell(); | |
254 | } |
|
254 | } | |
255 | }, |
|
255 | }, | |
256 | 'show-other-output':{ |
|
|||
257 | help: 'show/ignore output from other clients', |
|
|||
258 | icon: 'fa-sitemap', |
|
|||
259 | help_index: 'gb', |
|
|||
260 | handler: function (env) { |
|
|||
261 | env.notebook.toggle_ignore_unsolicited_msgs(); |
|
|||
262 | } |
|
|||
263 | }, |
|
|||
264 | 'interrupt-kernel':{ |
|
256 | 'interrupt-kernel':{ | |
265 | icon: 'fa-stop', |
|
257 | icon: 'fa-stop', | |
266 | help_index : 'ha', |
|
258 | help_index : 'ha', |
@@ -95,7 +95,6 define([ | |||||
95 | 'space' : 'ipython.scroll-down', |
|
95 | 'space' : 'ipython.scroll-down', | |
96 | 'down' : 'ipython.select-next-cell', |
|
96 | 'down' : 'ipython.select-next-cell', | |
97 | 'i,i' : 'ipython.interrupt-kernel', |
|
97 | 'i,i' : 'ipython.interrupt-kernel', | |
98 | 'e': 'ipython.show-other-output', |
|
|||
99 | '0,0' : 'ipython.restart-kernel', |
|
98 | '0,0' : 'ipython.restart-kernel', | |
100 | 'd,d' : 'ipython.delete-cell', |
|
99 | 'd,d' : 'ipython.delete-cell', | |
101 | 'esc': 'ipython.close-pager', |
|
100 | 'esc': 'ipython.close-pager', |
General Comments 0
You need to be logged in to leave comments.
Login now