##// END OF EJS Templates
Add version trait to Widget base,...
Add version trait to Widget base, From widget Trello: version numbers for widget models; when reloaded, will give the widget a chance to do something intelligent or fail (by default) if the version number doesn't match.

File last commit:

r13347:54891794
r18311:de149ca3
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