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.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…