##// END OF EJS Templates
Update widget serializer/unserializer to allow custom serialization on a trait-by-trait basis....
Update widget serializer/unserializer to allow custom serialization on a trait-by-trait basis. Serializers/unserializers are given as the trait metadata keys `to_json` and `from_json`.

File last commit:

r13347:54891794
r17237:6d152e27
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