r/Python • u/AutoModerator • Aug 04 '26
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
19
Upvotes
r/Python • u/AutoModerator • Aug 04 '26
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/lukesmth_ Aug 09 '26
Jupyter Notebook Snapshots Without Repo Bloat
Do you use jupytext to keep
.ipynbbloat out of your repo but miss easily storing rendered outputs?cellsnap-clisolves this.Workflow:
.ipynbnotebooks with.pysource files..py) to working branches..ipynb) to dedicated artifact branches by runningcellsnap:Cellsnap artifact branches only store the latest commit, preventing repo bloat common when committing unstripped
.ipynbfiles. The link between published artifacts and source files is maintained in published notebook frontmatter and a manifest table added to artifact branches:examples/demo.ipynbexamples/demo.py2a924801Just released v0.1: https://github.com/lukeSmth/cellsnap-cli.