-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nbdime 4.x: TypeError: diff() got an unexpected keyword argument 'predicates' #741
Comments
Thanks for reporting and posting a solution! I did not find it yet by googling it :/ |
This appears to be more of an issue of pytest-notebook not supporting nbdime 4.0 which is tracked in chrisjsewell/pytest-notebook#59. On nbdime side this comes from a refactor in #639 (which yielded impressive performance gains), but I think there is no fault on nbdime side as it was a major release (of course other than not deprecating this argument earlier). |
Dear Michał, it was also happening in a pytest-notebook environment on our side, but I was not sure where to submit this issue.
I totally agree. Thanks already to @renonat for reporting chrisjsewell/pytest-notebook#59 1. Keep up the spirit, and with kind regards, Footnotes
|
Hi there,
first things first: Thanks a stack for conceiving and maintaining this excellent package.
We would like to report an error we just discovered on CI runs of another package which was pulling in
nbclient<0.10
, amongst others. It apparently got upgraded to nbdime 4.x, and failed:-- https://github.com/pyveci/pueblo/actions/runs/6959942774/job/18938341659?pr=22#step:5:147
To work around the problem, we downgraded to
nbdime<4
in the meanwhiletest
extra by downgrading tonbdime<4
pyveci/pueblo#23With kind regards,
Andreas.
The text was updated successfully, but these errors were encountered: