From 4bdd4a581eddb58951008e26ca84537c94756cf9 2014-07-22 22:21:15 From: MinRK Date: 2014-07-22 22:21:15 Subject: [PATCH] what’s new for coalescing stream output --- diff --git a/docs/source/whatsnew/pr/coalesce-streams.rst b/docs/source/whatsnew/pr/coalesce-streams.rst new file mode 100644 index 0000000..521111d --- /dev/null +++ b/docs/source/whatsnew/pr/coalesce-streams.rst @@ -0,0 +1,5 @@ +- 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.