notebook/IPython
Fernando Perez 98ac51808e Merge pull request #1563 from minrk/clear_output
clear_output improvements, which allow things like progress bars and other simple animations to work well in the notebook.

* `clear_output()` clears the line, even in terminal IPython, the QtConsole and plain Python as well, by printing `\r` to streams.

* `clear_output()` avoids the flicker in the notebook by adding a delay, and firing immediately upon the next actual display message.

* `display_javascript` hides its `output_area` element, so using display to run a bunch of javascript doesn't result in ever-growing vertical space.
2012-04-13 21:12:23 -07:00
..
frontend/html/notebook Merge pull request #1563 from minrk/clear_output 2012-04-13 21:12:23 -07:00
testing remove a few more obsolete twisted notes 2012-04-09 11:01:21 -07:00
utils/tests update copyright to 2011/20xx-2011 2011-11-23 18:02:27 -08:00