diff --git a/docs/source/whatsnew/pr/clear_output.rst b/docs/source/whatsnew/pr/clear_output.rst new file mode 100644 index 0000000..4bab391 --- /dev/null +++ b/docs/source/whatsnew/pr/clear_output.rst @@ -0,0 +1,9 @@ +clear_output changes +-------------------- + +* There is no longer a 500ms delay when calling ``clear_output``. +* The ability to clear stderr and stdout individually was removed. +* A new wait flag that prevents ``clear_output`` from being executed until new + output is available. This eliminates animation flickering by allowing the + user to double buffer the output. +* The output div height is remembered when the ``wait=True`` flag is used.