Show More
@@ -0,0 +1,9 | |||
|
1 | clear_output changes | |
|
2 | -------------------- | |
|
3 | ||
|
4 | * There is no longer a 500ms delay when calling ``clear_output``. | |
|
5 | * The ability to clear stderr and stdout individually was removed. | |
|
6 | * A new wait flag that prevents ``clear_output`` from being executed until new | |
|
7 | output is available. This eliminates animation flickering by allowing the | |
|
8 | user to double buffer the output. | |
|
9 | * The output div height is remembered when the ``wait=True`` flag is used. |
General Comments 0
You need to be logged in to leave comments.
Login now