##// END OF EJS Templates
set kernel-busy on kernel_created...
set kernel-busy on kernel_created rather than waiting for kernel_starting, which is only after kernel exists, but before connection is available

File last commit:

r13347:54891794
r19921:982f9623
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