Closed antoine-galataud closed 1 year ago
Thanks for the PR. Could you add notebook 7 to the test matrix?
@danielfrg sorry, very late answer. I just added it to the test matrix.
Hum of course, 7.0 isn’t released yet. I’ll just make sure it passes with rc2 already.
Thank you!
notebook 7.0 was released last week, I've bumped version in GH action file.
Last build failed because ipython_genutils
dependency is no longer pulled with jupyter notebook 7 (see https://github.com/jupyter/notebook/issues/6153).
Workaround: 2 methods are used and they can be easily vendorized so not to break compatibility for notebook < 7 users.
Thanks for handling this! I will try to make a release later today.
A new version with this is on PyPI!
Fixes #167