kynan/nbstripout

Persist additional options / flags in the config on `--install`

Open

#150 opened on Apr 23, 2021

View on GitHub
 (3 comments) (1 reaction) (0 assignees)Python (1,047 stars) (90 forks)batch import
help wantedtype:enhancement

Description

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:

  • --keep-count
  • --keep-output

Contributor guide