You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 62-cell-id/cell-id.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,7 @@ Use Option B. Option C is also viable but adds a corpus requirement to the id ge
252
252
7. So if nbformat >= 4.5 loads in a pre 4.5 notebook, then a cell ID would be generated and added to each cell?
253
253
- Yes.
254
254
8. If a cell is cut out of a notebook and pasted into another, should the cell ID be retained?
255
-
- No. Much like copying contents out of one document into another -- you have a new cell with equivalent contends and a new id.
255
+
- No. Much like copying contents out of one document into another -- you have a new cell with equivalent contents and a new id.
256
256
9. What are the details when splitting cells?
257
257
- One cell (preferably the one with the top half of the code) keeps the id, the other gets a new id. This could be adjusted if folks want a different behavior without being a huge problem so long as we're consistent.
0 commit comments