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

Add output without print #160

Closed yasirroni closed 1 year ago

yasirroni commented 1 year ago

This update the old test suite to include a print without print commands.

It is used to reproduce https://github.com/srstevenson/nb-clean/issues/158 _ The test failure is intentional. Need to update --preserve-cell-outputs to fix it.

srstevenson commented 1 year ago

Is this now redundant given #161?

yasirroni commented 1 year ago

Is this now redundant given #161?

Yet. This is just for proof of concept and to reproduce the bug.