-
Notifications
You must be signed in to change notification settings - Fork 0
IPEP 17: Notebook Format 4
| Status | Active |
| Author | Min RK <benjaminrk@gmail.com> |
| Created | April 29, 2013 |
| Updated | May 14, 2013 |
There are a few changes we need to make to the notebook that will not be backward compatible. We do not intend to make these changes for 1.0, because nbformat changes are quite painful. This is a catalog of the changes we intend to make when we do next rev the nbformat.
The worksheets field is a list, but we have no UI to support multiple worksheets.
Our design has since shifted to heading-cell based structure,
so we never intend to support the multiple worksheet model. The worksheets list of lists
shall be replaced with a single list, called cells.
We transform mimetype output data to short names, like json or png.
These should be restored back to proper mimetype values of image/png and application/json, etc.
Following IPEP 13, Python-specific keys in the message spec and notebook will be removed. Those affecting the notebook format:
-
pyoutwill becomeexecute_output -
pyerrwill becomeerror