##// END OF EJS Templates
support contiguous stream output in notebook...
support contiguous stream output in notebook Consecutive messages to stdout or stderr will not be split into separate divs, until a new message to different stream arrives. Appending will only occur when the latest output is the same as the new one. Interleaving messages will still result in multiple divs.

File last commit:

r2732:60cab731
r4864:ce4076dc
Show More
__init__.py
2 lines | 78 B | text/x-python | PythonLexer
# -*- coding: utf-8 -*-
"""This directory is meant for IPython extensions."""