master
/ .localenv / lib / python3.5 / site-packages / nbconvert / exporters / export.py

export.py @master raw · history · blame

1
2
3
4
5
6
7
8
9
"""Deprecated as of 5.0 use nbconvert.exporters.base."""

# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
import warnings 
warnings.warn("""`nbconvert.exporters.export` has been deprecated in favor of `nbconvert.exporters.base` since nbconvert 5.0.""",
    DeprecationWarning)

from .exporter_locator import *