NBConvert is a utility for conversion of .ipynb files.
Command-line interface for the NbConvert conversion utility.
Bases: IPython.utils.traitlets.DottedObjectName
A string holding a valid dotted object name in Python, such as A.b3._c Also allows for None type.
Bases: IPython.core.application.BaseIPythonApplication
Application used to convert from notebook file type (*.ipynb)
Convert the notebooks in the self.notebook traitlet
Construct the list of notebooks. If notebooks are passed on the command-line, they override notebooks specified in config files. Glob each notebook to replace notebook patterns with filenames.
Initialize the postprocessor (which is stateless)
Add the cwd to the sys.path ($PYTHONPATH)
Initialize the writer (which is stateless)
Ran after initialization completed