You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ nbstripout --uninstall
Traceback (most recent call last):
File "/lscr_paper/allan/miniconda3/envs/msth/bin/nbstripout", line 11, in <module>
sys.exit(main())
File "/lscr_paper/allan/miniconda3/envs/msth/lib/python3.5/site-packages/nbstripout.py", line 248, in main
sys.exit(uninstall(args.attributes))
File "/lscr_paper/allan/miniconda3/envs/msth/lib/python3.5/site-packages/nbstripout.py", line 191, in uninstall
f.write(''.join(lines))
ValueError: I/O operation on closed file.
I've added a few comments to the file, and they disappeared along with the line added by nbstripout --install, so I guess the file was overwritten with a blank file.
The problem happens on Linux running Bash and on OS X running Zsh.
I'm using the Anaconda Python Distribution, Python 3.5.2, inside a conda environment, and I installed using pip install nbstripout.
The text was updated successfully, but these errors were encountered:
I've added a few comments to the file, and they disappeared along with the line added by
nbstripout --install
, so I guess the file was overwritten with a blank file.The problem happens on Linux running Bash and on OS X running Zsh.
I'm using the Anaconda Python Distribution, Python 3.5.2, inside a conda environment, and I installed using
pip install nbstripout
.The text was updated successfully, but these errors were encountered: