issues
search
chrisjsewell
/
pytest-notebook
A pytest plugin for regression testing and regenerating Jupyter Notebooks
https://pytest-notebook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
50
stars
10
forks
source link
⬆️ Support nbdime v4 (drop <4 support)
#62
Closed
amotl
closed
1 year ago
amotl
commented
1 year ago
About
This patch addresses the incompatibility with nbdime version 4, as reported by @renonat at GH-59.
@krassowski provided a guide how to tweak the code correspondingly at
https://github.com/chrisjsewell/pytest-notebook/issues/59#issuecomment-1828330758
, which was easy to follow -- thanks a stack!
The fix may supersede GH-60 submitted by @cpascual -- also thanks for jumping on this so quickly.
About