##// END OF EJS Templates
Fix local import of select_figure_formats....
Fix local import of select_figure_formats. Fixes issue with setting InlineBackend.figure_format config value, reported on mailing list.

File last commit:

r13347:54891794
r15778:e54be07d
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