##// 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

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.