notebook/IPython/html/static
MinRK e17c636e18 coalesce stream output in the notebook
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()`.
2014-07-22 15:21:14 -07:00
..
auth @carreau review changes 2014-07-10 15:47:22 -05:00
base cell toolbar and modal dialog fixes 2014-07-21 11:11:53 -07:00
custom Updated custom.js template to reflect IPython namespace changes 2014-07-10 15:47:23 -05:00
notebook coalesce stream output in the notebook 2014-07-22 15:21:14 -07:00
services Update JS for kernels and sessions APIs 2014-07-10 23:54:31 -05:00
style inherit style instead of duplicating it 2014-06-13 21:56:39 +02:00
tree Added some nice comments, 2014-07-10 15:47:23 -05:00
widgets Added jquery in define 2014-07-19 09:10:12 +05:30