在 iPythonNotebook 中,是否可以禁用长输出的自动滚动?或者至少在自动滚动设置之前为输出长度设置一个阈值?
尝试以下命令
%%javascript
IPython.OutputArea.auto_scroll_threshold = 9999;
但它给出了一个错误
Javascript error adding output!
SyntaxError: Unexpected identifier
See your browser Javascript console for more details.