mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Fixing import for nbconvert.
This commit is contained in:
parent
c7355b8ba7
commit
390717c53a
@ -15,14 +15,13 @@ Python exporter which exports Notebook code into a PY file.
|
||||
|
||||
from IPython.utils.traitlets import Unicode
|
||||
|
||||
# local import
|
||||
import exporter
|
||||
from .exporter import Exporter
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Classes
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
class PythonExporter(exporter.Exporter):
|
||||
class PythonExporter(Exporter):
|
||||
"""
|
||||
Exports a Python code file.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user