kynan / nbstripout

strip output from Jupyter and IPython notebooks
Other
1.19k stars 94 forks source link

`--install` with other (`--keep-*`) options #150

Open casperdcl opened 3 years ago

casperdcl commented 3 years ago

e.g. nbstripout --install --keep-count should put the --keep-count flag in the resultant git config filter.nbstripout.clean and git config diff.ipynb.textconv commands.

This applies to:

kynan commented 1 year ago

Great suggestion :) Feel like sending a PR for this @casperdcl ?