##// END OF EJS Templates
don't send empty execute_result messages...
don't send empty execute_result messages if there's nothing to display, don't send the message.

File last commit:

r13347:54891794
r20110:913dc173
Show More
__init__.py
7 lines | 199 B | text/x-python | PythonLexer
"""Utilities for converting notebooks to and from different formats."""
from .exporters import *
from . import filters
from . import preprocessors
from . import postprocessors
from . import writers