From 4a00d7c0674387215563e1dab6a41b9f50115b18 2013-05-30 06:08:01 From: Matthias Bussonnier Date: 2013-05-30 06:08:01 Subject: [PATCH] set autoscroll default back to 100 --- diff --git a/IPython/frontend/html/notebook/static/notebook/js/outputarea.js b/IPython/frontend/html/notebook/static/notebook/js/outputarea.js index 692e0c6..dfbf581 100644 --- a/IPython/frontend/html/notebook/static/notebook/js/outputarea.js +++ b/IPython/frontend/html/notebook/static/notebook/js/outputarea.js @@ -173,10 +173,10 @@ var IPython = (function (IPython) { * * @property auto_scroll_threshold * @type Number - * @default 20 + * @default 100 * **/ - OutputArea.auto_scroll_threshold = 20; + OutputArea.auto_scroll_threshold = 100; /**