##// END OF EJS Templates
make it clearer that we adapt to old messages...
make it clearer that we adapt to old messages > Adapting to protocol vX for kernel Y instead of > Kernel Y speaks protocol version X some have interpreted the "Kernel speaks" statement was an error message; this should be clearer about what's happening, and that there is no error.

File last commit:

r13347:54891794
r20573:5bd261c6
Show More
__init__.py
7 lines | 199 B | text/x-python | PythonLexer
Brian E. Granger
Fixing import logic.
r11088 """Utilities for converting notebooks to and from different formats."""
from .exporters import *
Thomas Kluyver
Use explicit relative imports...
r13347 from . import filters
from . import preprocessors
from . import postprocessors
from . import writers