##// END OF EJS Templates
Merge pull request #4347 from takluyver/drop-pycolor...
Merge pull request #4347 from takluyver/drop-pycolor Remove pycolor script We install a script to syntax highlight Python code in the terminal. This is quite obsolete, though, since the pygmentize command from Pygments offers the same functionality in a much more flexible way (more languages, more styles, other output formats). This removes the wrapper script, but all the functionality is still there if you use python -m IPython.utils.PyColorize.

File last commit:

r12652:3d02bd88
r12898:447e6470 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.