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

Investigate incompatibilities between ipywidgets and jupyterlab #59

Open
cbouy opened this issue Oct 2, 2023 · 2 comments
Open

Investigate incompatibilities between ipywidgets and jupyterlab #59

cbouy opened this issue Oct 2, 2023 · 2 comments

Comments

@cbouy
Copy link
Owner

cbouy commented Oct 2, 2023

The latest version of jupyterlab (4) seem to be incompatible with the version of ipywidgets specified in the dependencies.
As a result, selections aren't communicated to Python as this line returns undefined, although this object should be created here.

Upgrading to ipywidgets==8.1.1 seem to fix the issue

@bieniekmateusz
Copy link

Hello, regarding the FEgrow link above. It seems to be the same issue in which we could not get selections from mols2grid. This in my case appeared to be caused by notebook 7.0.0 - 7.0.6 versions. The previous version of the notebook (6.5.3) worked fine. The tests were done with ipywidgets==7.8.0.

@cbouy
Copy link
Owner Author

cbouy commented Nov 27, 2023

Ah yes, looks like jupyterlab 4 & notebook 7 are part of the same release cycle that changed quite a few things and I'd need to update some of the dependencies for full compatibility.
I'll see when I get some time to actually test this 😅

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

No branches or pull requests

2 participants