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
Generate a report on the cell run status for code cells in a notebook.
For example, things to look for:
code cell not run (no cell run index)
cells run out of order (based on cell run index)
cell run index != code cell number in notebook
code cell not empty and not run (no cell run index count);
for tagged cells (eg figure cell type), no figure in output
warning/error reports
warning/error reports cross-checked against warning/error tags;
empty code cell (and not tagged as such; so need emptycomment-onlyempty-or-comment-only tags
postive reports:
all code cells run in order consonant with code cell number;
all code cells with tags are correctly tagged
all code cells that could be tagged are tagged (--dummy-run strategies useful here; so eg no tags need adding an an autotagger does not need to tag anything);
all cells not run;
all cells clear of outputs;
The text was updated successfully, but these errors were encountered:
Generate a report on the cell run status for code cells in a notebook.
For example, things to look for:
empty
comment-only
empty-or-comment-only
tags--dummy-run
strategies useful here; so eg no tags need adding an an autotagger does not need to tag anything);The text was updated successfully, but these errors were encountered: