##// END OF EJS Templates
Merge pull request #5061 from minrk/execute-button...
Brian E. Granger -
r15210:aa3723f7 merge
parent child Browse files
Show More
@@ -100,8 +100,9 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 }
104 IPython.notebook.execute_cell_and_select_below();
105 }
105 },
106 },
106 {
107 {
107 id : 'interrupt_b',
108 id : 'interrupt_b',
General Comments 0
You need to be logged in to leave comments. Login now