srstevenson / nb-clean

Clean Jupyter notebooks for version control. Remove metadata, outputs, and execution counts with Git and pre-commit support.
https://pypi.org/project/nb-clean
ISC License
135 stars 18 forks source link

Create reserved_metadata_tags.ipynb #141

Closed psychemedia closed 1 year ago

psychemedia commented 2 years ago

Some metadata tags are conventionally defined and may be used to modify the presentation of cells or add meaningful cell "tags".

As such, in some circumstances such metadata may be considered as notebook content that should be persisted rather than being summarily deleted from cell metadata when a notebook is cleaned.

codecov[bot] commented 2 years ago

Codecov Report

Merging #141 (21755a0) into main (ee98774) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #141   +/-   ##
=======================================
  Coverage   97.95%   97.95%           
=======================================
  Files           3        3           
  Lines         147      147           
=======================================
  Hits          144      144           
  Misses          3        3           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

srstevenson commented 1 year ago

@psychemedia Shall we close this as superseded by #159?

github-actions[bot] commented 1 year ago

This PR was closed due to inactivity. Please reopen if still relevant.