Show More
@@ -291,6 +291,22 b' regardless of format.' | |||||
291 | "source" : ["some nbformat mime-type data"] |
|
291 | "source" : ["some nbformat mime-type data"] | |
292 | } |
|
292 | } | |
293 |
|
293 | |||
|
294 | Backwared-compatible changes | |||
|
295 | ============================ | |||
|
296 | ||||
|
297 | The notebook format is an evolving format. When backward-compatible changes are made, | |||
|
298 | the notebook format minor version is incremented. When backward-incompatible changes are made, | |||
|
299 | the major version is incremented. | |||
|
300 | ||||
|
301 | As of nbformat 4.x, backward-compatible changes include: | |||
|
302 | ||||
|
303 | - new fields in any cell or output or metadata | |||
|
304 | - new cell types | |||
|
305 | - new output types | |||
|
306 | ||||
|
307 | New cell or output types will not be rendered in versions that do not recognize them, | |||
|
308 | but they will be preserved. | |||
|
309 | ||||
294 | Metadata |
|
310 | Metadata | |
295 | ======== |
|
311 | ======== | |
296 |
|
312 |
General Comments 0
You need to be logged in to leave comments.
Login now