##// END OF EJS Templates
set autoscroll default back to 100
Matthias Bussonnier -
Show More
@@ -173,10 +173,10 b' var IPython = (function (IPython) {'
173 173 *
174 174 * @property auto_scroll_threshold
175 175 * @type Number
176 * @default 20
176 * @default 100
177 177 *
178 178 **/
179 OutputArea.auto_scroll_threshold = 20;
179 OutputArea.auto_scroll_threshold = 100;
180 180
181 181
182 182 /**
General Comments 0
You need to be logged in to leave comments. Login now