-
Notifications
You must be signed in to change notification settings - Fork 41
8.0 compatibility #86
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
Conversation
We have to force it since prerelease packages don't take precedence over current packages.
c154430 should be deleted after ipywidgets 8 is released - it's only there to force npm to choose the prerelease versions so we can test ipywidgets 8. |
These changes were generated by comparing with the latest cookiecutter
@jasongrout - This works for me locally now. Adding the dependency on I have not fixed this use of |
This can be fixed by removing the |
Thanks, done. One of these days I should really try to learn typescript... |
The error comes up because of an issue with nodejs, webpack and openssl3 See https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
No idea why the extension isn't being installed...there was a compilation issue caused by openssl3 dropping support for md4 hashes, see https://stackoverflow.com/questions/69719601/getting-error-digital-envelope-routines-reason-unsupported-code-err-oss |
Poking about the status of this one. Any sense whether this is a deep problem vs "just need to convince the CI to reognize the right version"? |
d7c9bdb
to
ff24b3b
Compare
I manually checked also that I could build the python package and install it with ipywidgets 7 and ipywidgets 8 and it worked correctly for the readme example. |
We just released 0.5.2, which enables ipywidgets 8 support. |
This PR aims to have the codebase compatible with ipywidgets 7 and ipywidgets 8.
This also drops support for python 3.6, which has reached EOL.