Releases: kynan/nbstripout
Releases · kynan/nbstripout
v0.2.9 (2016-11-23)
- Strip
ExecuteTime
metadata (#34, #39, @jdriordan) - Fix Python 3.5 bug: open attributes file only once (#40)
- Do not add blank line at beginning of attribute file
- Strip widget state from notebook metadata (#42)
v0.2.8 (2016-09-19)
v0.2.7 (2016-07-30)
- If you set either the
"init_cell": true
or"keep_output": true
in the cell metadata, then these cells will not be stripped out. The former works in conjunction with theinit_cell
nbextension (#17, @mforbes). - Fix encoding for Python 2 + 3 (#11).
- Add
--is-installed
and--status
options (#29). - Normalise cell output style (scroll / collapsed, #30, @kdmurray91).
- Add screencast (#31).
v0.2.6 (2016-03-13)
v0.2.5 (2016-03-03)
v0.2.4 (2016-02-15)
v0.2.3 (2016-02-15)
v0.2.2 (2016-02-04)
- Add uninstall task (#8).
- Minor testing fixes.
v0.2.1 (2016-01-27)
- Add Travis CI setup (#4).
- Call decode on
git_dir
(#5, @michaelaye). - Add unit tests via Cra (@mforbes).