File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,19 @@ behaviour of the multilevel approach must be investigated further and
217
217
other approaches could be considered..
218
218
219
219
220
+ ### Displaying metadata diffs
221
+
222
+ The notebook format has metadata in various locations,
223
+ including on each cell, output, and top-level on the notebook.
224
+ These are dictionaries with potentially arbitrary JSON content.
225
+ Computing metadata diffs is not different from any other dictionary diff.
226
+ However, metadata generally does not have a visual representation in the live notebook,
227
+ but it must be indicated in the diff view if there are changes.
228
+ We will explore various represenentations of metadata changes in the notebook view.
229
+ The most primitive would be to display the raw dictionary diff as a JSON field in the notebook view,
230
+ near the displayable item the metadata is associated with.
231
+
232
+
220
233
### Note about the potential addition of a "move" transformation
221
234
222
235
In the current implementation there is no "move" operation.
You can’t perform that action at this time.
0 commit comments