Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
The main API for the v3 notebook format.
Authors:
Parse a notebook filename.
This function takes a notebook filename and returns the notebook format (json/py) and the notebook name. This logic can be summarized as follows:
Parameters: | fname : unicode
|
---|---|
Returns: | (fname, name, format) : (unicode, unicode, unicode)
|