##// END OF EJS Templates
updates per review...
updates per review - clarified docstrings and errors - still more notebook/file renames - configurable untitled names - copy_from can be full path - fix running, upload, new-tab behaviors in dashboard Yay, review!

File last commit:

r17306:4bdd4a58
r17535:920c0ba6
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.