##// END OF EJS Templates
Backport PR #4181: nbconvert: Fix, sphinx template not removing new lines from headers...
Backport PR #4181: nbconvert: Fix, sphinx template not removing new lines from headers If 1.1 hasn't been released yet, it would be nice to backport this. See #4122

File last commit:

r11747:f7935438
r12467:cf1996ac
Show More
__init__.py
7 lines | 171 B | text/x-python | PythonLexer
"""Utilities for converting notebooks to and from different formats."""
from .exporters import *
import filters
import transformers
import post_processors
import writers