sklam / py2nb

[This is no longer maintained] Python script to Jupyter notebook converter
BSD 3-Clause "New" or "Revised" License
76 stars 31 forks source link

Fix deprecation warnings #5

Open leonardt opened 7 years ago

leonardt commented 7 years ago

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