##// END OF EJS Templates
all new fields are backward-compatible...
Min RK -
Show More
@@ -291,8 +291,8 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
294 Backward-compatible changes
295 ============================
295 ===========================
296
296
297 The notebook format is an evolving format. When backward-compatible changes are made,
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,
298 the notebook format minor version is incremented. When backward-incompatible changes are made,
@@ -300,7 +300,7 b' the major version is incremented.'
300
300
301 As of nbformat 4.x, backward-compatible changes include:
301 As of nbformat 4.x, backward-compatible changes include:
302
302
303 - new fields in any cell or output or metadata
303 - new fields in any dictionary (notebook, cell, output, metadata, etc.)
304 - new cell types
304 - new cell types
305 - new output types
305 - new output types
306
306
General Comments 0
You need to be logged in to leave comments. Login now