Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
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 to and 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 post_processor (which is stateless)
Add the cwd to the sys.path ($PYTHONPATH)
Initialize the writer (which is stateless)
Ran after initialization completed