##// END OF EJS Templates
use contents manager to handle redirect of /notebooks -> /files...
use contents manager to handle redirect of /notebooks -> /files avoids 404 on /files for visiting a nonexistent notebook

File last commit:

r17306:4bdd4a58
r17531:ec353c7d
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.