##// END OF EJS Templates
Merge pull request #4348 from jakobgager/openpdf...
Merge pull request #4348 from jakobgager/openpdf Call PDF viewer after latex compiling (nbconvert) Add a configurable to open the pdf after compiling. Uses the default application. closes #4291

File last commit:

r12652:3d02bd88
r12915:187d64fe merge
Show More
clear_output.rst
9 lines | 449 B | text/x-rst | RstLexer
Jonathan Frederic
Added clear_output changes
r12637 clear_output changes
--------------------
* There is no longer a 500ms delay when calling ``clear_output``.
* The ability to clear stderr and stdout individually was removed.
Jonathan Frederic
Added double backticks around wait
r12652 * A new ``wait`` flag that prevents ``clear_output`` from being executed until new
Jonathan Frederic
Added clear_output changes
r12637 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.