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
A key point is that the graph of cells that determines their dependencies
is maintained in the kernel and is independent of the spatial ordering of
the cells. This was one of the pain points (order dependence of cells) of
the normal IPython kernel that this kernel is trying to tackle. Put another
way - we consider it a key feature that users can re-order their cells
without worrying about what gets run when. An outstanding question is how
to manage this when a kernel is just started and cells haven't been run
(what is the right initial run order?).
--
Brian E. Granger
Associate Professor of Physics and Data Science
Cal Poly State University, San Luis Obispo
@ellisonbg on Twitter and GitHub
[email protected] and [email protected]
When I reordered the first two cells in notebook via drag-n-drop:
I expected to see an exception that
a
was undefined. I also thought the cell execution numbering (i.e.[N]
) would get reset.The text was updated successfully, but these errors were encountered: