##// END OF EJS Templates
Work on Rich output.
Work on Rich output.

File last commit:

r17306:4bdd4a58
r17506:fbd58505
Show More
coalesce-streams.rst
5 lines | 340 B | text/x-rst | RstLexer
  • Consecutive stream (stdout/stderr) output is merged into a single output in the notebook document. Previously, all output messages were preserved as separate output fields in the JSON. Now, the same merge is applied to the stored output as the displayed output, improving document load time for notebooks with many small outputs.