Jonathan Frederic
|
39c6103159
|
s/'auto'/''
|
12 years ago |
Jonathan Frederic
|
6f0bbe91e1
|
Fix scrolling output not working
by adding a conditional for the append output
height reset.
|
13 years ago |
Jonathan Frederic
|
b8d7197ec6
|
Don't preserve height when clear_output(wait=False) is called
|
13 years ago |
Jonathan Frederic
|
6bfd28b91d
|
Added wait flag to clear_output.
|
13 years ago |
Jonathan Frederic
|
00f0c827e9
|
Removed ability to clear stdout and stderr individually.
|
13 years ago |
Jonathan Frederic
|
2b6add80f1
|
Remove clear_output timeout callback in favor of fixed height
|
13 years ago |
MinRK
|
5c607a9e8a
|
use _safe_append for all output
catches js errors appending anything to output,
including javascript in an HTML output.
closes #4095
|
13 years ago |
Stefan Karpinski
|
f0cb45536c
|
handle empty metadata in pyout messages more gracefully.
|
13 years ago |
MinRK
|
6fbbd1dea3
|
remove any lingering raw_inputs on raw_input
There should never be more than one,
so ensure that is the case on creation.
closes #3710
|
13 years ago |
MinRK
|
38869a60e4
|
catch any exception appending output
HTML output can have javascript with errors, etc.
No output should ever raise, no matter what.
closes #3620
|
13 years ago |
MinRK
|
cf726d6a40
|
mv IPython.html.notebook -> IPython.html
|
13 years ago |