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
We are treating each interaction in provenance a code snippet. The interactions are reapplied when the code cell is run. In case the dataset variable changes, this might result in errors. Currently we have errors/warnings attribute in TrrackableCell class, but we don't utilize it.
Create proper error messages and store in cell metadata.
Associate the errors with correct provenance node.
Show the errors in the provenance graph.
Move current to the previous node.
The text was updated successfully, but these errors were encountered:
We are treating each interaction in provenance a code snippet. The interactions are reapplied when the code cell is run. In case the dataset variable changes, this might result in errors. Currently we have errors/warnings attribute in
TrrackableCell
class, but we don't utilize it.The text was updated successfully, but these errors were encountered: