Open eulerreich opened 9 years ago
I got the same error. Is this a version mismatch?
EDIT: I have ipython 4.0.0. Can't tell what version of nbdiff I have because of this crash.
I get the same error as well
Maybe it's a matter of replacing references to the apparently deprecated IPython.nbformat with simply nbformat?
I'm using python2 and python3 via anaconda, with: Nbdiff version: 1.0.3 (via pip list) Jupyter version: 4.0.6
Errors:
/Users/joaopcoelho/anaconda/envs/python2/lib/python2.7/site-packages/IPython/nbformat.py:13: ShimWarning: The IPython.nbformat
package has been deprecated. You should import from nbformat instead.
"You should import from nbformat instead.", ShimWarning)
/Users/joaopcoelho/anaconda/envs/python3/lib/python3.5/site-packages/IPython/nbformat.py:13: ShimWarning: The IPython.nbformat
package has been deprecated. You should import from nbformat instead.
"You should import from nbformat instead.", ShimWarning)
I'm also getting this error. I was very excited about this tool; is there a fix? This issue has been open for a year and a half, so I'm wondering if the project is still being maintained?
any information on this error? i have it too
I'm running this on the latest Jupyter version and get the following error