Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
nbstripout-0.8.0-py2.py3-none-any.whl | 2024-11-03 | 16.2 kB | |
nbstripout-0.8.0.tar.gz | 2024-11-03 | 26.0 kB | |
0.8.0 source code.tar.gz | 2024-11-03 | 30.7 kB | |
0.8.0 source code.zip | 2024-11-03 | 63.8 kB | |
README.md | 2024-11-03 | 462 Bytes | |
Totals: 5 Items | 137.2 kB | 0 |
- Adds
--verify
flag, similar to--dry-run
but returning 1 if any affected files would have changed (@jspaezp, #153, #195). - Adds script to apply
nbstripout
retroactively usinggit-filter-repo
to README (@LunarLanding @tokleine, #194 #197). - Documents nbstripout on all files in the current directory and subdirectories recursively (#127).
- Accepts notebooks without
nbformat
version specified. - Improves test coverage.