Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
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)
|