python - Disable iPython Notebook Autoscrolling - Stack Overflow
Cell
-> All Outputs
-> Toggle Scrolling
もしくは、セルに以下を入力する。
%%javascript
IPython.OutputArea.prototype._should_scroll = function(lines) {
return false;
}
python - Disable iPython Notebook Autoscrolling - Stack Overflow
Cell
-> All Outputs
-> Toggle Scrolling
もしくは、セルに以下を入力する。
%%javascript
IPython.OutputArea.prototype._should_scroll = function(lines) {
return false;
}
このページの著者: takanotume24
This version of the page was edited by Anonymous at . View the most recent version.