py2nb
py2nb copied to clipboard
Fix deprecation warnings
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