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?
Tried the following command
%%javascript
IPython.OutputArea.auto_scroll_threshold = 9999;
but it gives an error
Javascript error adding output!
SyntaxError: Unexpected identifier
See your browser Javascript console for more details.