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
A trait for unicode strings.
A trait for unicode strings.
An enum of strings that are caseless in validate.
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)
An instance of a Python list.
A trait for unicode strings.
A trait whose value must be an instance of a specified class.
The value can also be an instance of a subclass of the specified class.
A string holding a valid dotted object name in Python, such as A.b3._c Also allows for None type.
A trait whose value must be a subclass of a specified class.
Ran after initialization completed
A trait whose value must be an instance of a specified class.
The value can also be an instance of a subclass of the specified class.
A string holding a valid dotted object name in Python, such as A.b3._c
A trait whose value must be a subclass of a specified class.