mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
e17c636e18
This merges consecutive outputs on one stream into a single output. Essentially, it applies the same merging that we do visually to the content stored in the notebook document. This results in a massive performance improvement in load-time and storage size for notebooks that have many calls to `sys.stdout.flush()`. |
||
---|---|---|
docs/source | ||
examples | ||
git-hooks | ||
IPython | ||
tools/tests | ||
.gitignore | ||
.mailmap | ||
setup.py | ||
setupbase.py |