nb-clean icon indicating copy to clipboard operation
nb-clean copied to clipboard

[Feature] support --recursive in combination with a folder as an argument

Open bneijt opened this issue 2 years ago • 0 comments

I would like support for recursive to have all the notebooks under a given folder to be considered for cleaning.

nb-clean clean --recursive banana.ipynb src would clean both banana.ipynb and all *.ipynb below the folder src.

This relates to issue #140 because that could also be achieved using this option.

bneijt avatar Sep 07 '22 15:09 bneijt