kynan / nbstripout

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

nbstripout --install should not quote " #111

Closed jonashaag closed 4 years ago

jonashaag commented 4 years ago

Currently the command lines added to .git/config are quoted:

[filter]
  clean = \"/path/to/nbstripout\"

The \ should not be there.