py2nb icon indicating copy to clipboard operation
py2nb copied to clipboard

Fix deprecation warnings

Open leonardt opened this issue 8 years ago • 0 comments

Fixes

.../IPython/nbformat.py:13: ShimWarning: The `IPython.nbformat` package has been deprecated since IPython 4.0. You should import from nbformat instead.

and

DEPRECATION: Uninstalling a distutils installed project (py2nb) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.

Also adds *.egg-info to .gitignore

leonardt avatar Oct 21 '17 16:10 leonardt