Show More
@@ -1100,7 +1100,7 var IPython = (function (IPython) { | |||
|
1100 | 1100 | |
|
1101 | 1101 | Notebook.prototype.execute_cells_below = function () { |
|
1102 | 1102 | this.execute_cell_range(this.get_selected_index(), this.ncells()); |
|
1103 |
th |
|
|
1103 | this.scroll_to_bottom(); | |
|
1104 | 1104 | }; |
|
1105 | 1105 | |
|
1106 | 1106 | Notebook.prototype.execute_cells_above = function () { |
General Comments 0
You need to be logged in to leave comments.
Login now