Skip to content
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

Pin ipywidgets under 8.0.5 #4098

Closed
eccabay opened this issue Mar 21, 2023 · 1 comment · Fixed by #4097
Closed

Pin ipywidgets under 8.0.5 #4098

eccabay opened this issue Mar 21, 2023 · 1 comment · Fixed by #4097

Comments

@eccabay
Copy link
Contributor

eccabay commented Mar 21, 2023

ipywidgets 8.0.5 added this change, which led to these errors in our tests with regards to building our search iteration plots.

@bollwyvl
Copy link

bollwyvl commented Mar 21, 2023

A quick fix might be (e.g. in conftest.py):

import ipykernel.ipkernel  # noqa

This abuses some side-effects from importing that module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants