##// END OF EJS Templates
Rework setup to allow installing on Python 2 and 3....
Rework setup to allow installing on Python 2 and 3. Scripts named ipython and ipython[23], etc. Neither distutils nor setuptools made this easy.

File last commit:

r13347:54891794
r13452:f929ba77
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