Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cell run status report #20

Open
psychemedia opened this issue Aug 28, 2024 · 0 comments
Open

Cell run status report #20

psychemedia opened this issue Aug 28, 2024 · 0 comments

Comments

@psychemedia
Copy link
Contributor

psychemedia commented Aug 28, 2024

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 empty comment-only empty-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;
psychemedia added a commit that referenced this issue Aug 29, 2024
Partially addresses: #20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant