In iPython Notebook, is it possible to disable the autoscrolling of long outputs? Or at least set a threshold for the output length before autoscrolling sets in?
Tri
To disable scroll to bottom after run all command, execute this code:
run all
%%javascript require("notebook/js/notebook").Notebook.prototype.scroll_to_bottom = function () {}