kynan / nbstripout

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

pip 0.3.0 version is outdated #60

Closed jykim closed 7 years ago

jykim commented 7 years ago

I found that the pip version doesn't have -t switch so had to use the git version.

$ nbstripout -t my_notebook.ipynb usage: nbstripout [-h] [--install] [--uninstall] [--is-installed] [--status] [--attributes FILEPATH] [--version] [--force] [files [files ...]] nbstripout: error: unrecognized arguments: -t $ pip install --upgrade nbstripout Requirement already up-to-date: nbstripout in /Users/jinyoung.kim/Package/Conda36/anaconda/envs/py27/lib/python2.7/site-packages $ nbstripout --version 0.3.0

kynan commented 7 years ago

Yes, I'll tag a new release, sorry for the delay.

kynan commented 7 years ago

0.3.1 has been released today!