##// END OF EJS Templates
updates per review...
updates per review a few more notebook mentions in docstrings, and inappropriate use of setdefault.

File last commit:

r17306:4bdd4a58
r17532:b3343796
Show More
coalesce-streams.rst
5 lines | 340 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / coalesce-streams.rst
MinRK
what’s new for coalescing stream output
r17306 - 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.