##// END OF EJS Templates
Merge pull request #3521 from jdfreder/nbconvert_exceptionfix...
Merge pull request #3521 from jdfreder/nbconvert_exceptionfix Nbconvert fix, silent fail if template doesn't exist If template is not found by name, an exception is thrown.

File last commit:

r11089:45d39d22
r11161:29a017c4 merge
Show More
__init__.py
5 lines | 133 B | text/x-python | PythonLexer
"""Utilities for converting notebooks to and from different formats."""
from .exporters import *
import filters
import transformers