-
Notifications
You must be signed in to change notification settings - Fork 13
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
latest jupyterlab-widgets
appears to break things
#58
Comments
Given the version number jump to 3.0 and ipywidgets jumping to 8.0 with major custom widget changes, my guess is that jupyter_rfb is not compatible with these new versions and will require a decent amount of work to get updated. Looking at https://ipywidgets.readthedocs.io/en/stable/migration_guides.html It seems the suggestion is to regenerate the entire python package structure from the cookiecutter project. This shouldn't be too big of a deal, but potentially having to rename properties/traits to work with this new version is going to take some time. The lead developer of this project is currently on paternity leave and likely won't have time to update this. @kushalkolar Do you or someone you know have time to look into updating the library to work with the new versions of the widgets libraries? I think we can focus on dropping support for the older versions if necessary to keep the code cleaner. |
I could try this out, but I can't provide a timeline. Meanwhile, should |
That sounds good to me. I'll have to update the conda-forge recipe too after that release, but that's not too bad. |
Closed by #64 |
It seems like the latest
jupyterlab-widgets
released in the past month breaks the working of the remote frame buffer. Running thehello_world
example withjupyterlab-widgets
v3.0.3 (haven't tested with 3.0.0 - 3.0.2) produces the following when you try to create the output in a jupyter cell.This issue is not present when using the previous release of
jupyterlab-widgets
, i.e. v1.1.1, andipywidgets
v7.7.0.The text was updated successfully, but these errors were encountered: