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.