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