##// END OF EJS Templates
execute_get_cell -> execute_cell...
Matthias BUSSONNIER -
Show More
@@ -1014,7 +1014,7 b' var IPython = (function (IPython) {'
1014 var ncells = this.ncells();
1014 var ncells = this.ncells();
1015 for (var i=0; i<ncells; i++) {
1015 for (var i=0; i<ncells; i++) {
1016 this.select(i);
1016 this.select(i);
1017 this.execute_get_selected_cell({add_new:false});
1017 this.execute_selected_cell({add_new:false});
1018 };
1018 };
1019 this.scroll_to_bottom();
1019 this.scroll_to_bottom();
1020 };
1020 };
General Comments 0
You need to be logged in to leave comments. Login now