Show More
@@ -100,8 +100,9 b' var IPython = (function (IPython) {' | |||
|
100 | 100 | label : 'Run Cell', |
|
101 | 101 | icon : 'icon-play', |
|
102 | 102 | callback : function () { |
|
103 | IPython.notebook.execute_cell(); | |
|
104 | } | |
|
103 | // emulate default shift-enter behavior | |
|
104 | IPython.notebook.execute_cell_and_select_below(); | |
|
105 | } | |
|
105 | 106 | }, |
|
106 | 107 | { |
|
107 | 108 | id : 'interrupt_b', |
General Comments 0
You need to be logged in to leave comments.
Login now