mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
Merge pull request #2983 from Carreau/fix-run-all
fix run-all (that-> this)
This commit is contained in:
commit
abb31c2d3a
@ -1153,7 +1153,7 @@ var IPython = (function (IPython) {
|
||||
|
||||
Notebook.prototype.execute_all_cells = function () {
|
||||
this.execute_cell_range(0, this.ncells());
|
||||
that.scroll_to_bottom();
|
||||
this.scroll_to_bottom();
|
||||
};
|
||||
|
||||
Notebook.prototype.execute_cell_range = function (start, end) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user