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

Fix cell selection in Jupyter 4.0 #416

Merged
merged 1 commit into from
May 22, 2023

Conversation

vthemelis
Copy link
Contributor

@vthemelis vthemelis commented May 18, 2023

Fixes #415

Replaced a call to a private Lumino function that stoped being exported: jupyterlab/lumino@f4feada / jupyterlab/lumino#319

The call is replaced with a call to a new copy of the (small) function we were previously calling.

Testing performed
Just manual testing of the selection functionality.

Additional context
This is the bare minimum required to fix the issue in the description.

There are other issues when switching to JupyterLab 4.0. Would it be worth upgrading the dependencies of this library to Lumino or do we want to keep compatibility with older versions of JupyterLab?

This requires #419

@vthemelis vthemelis force-pushed the selection-jup-4 branch 3 times, most recently from b50a8f1 to 13dd21f Compare May 20, 2023 15:27
Signed-off-by: Vasilis Themelis <vdthemelis@gmail.com>
Copy link
Member

@martinRenou martinRenou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks for doing this!

I just rebased, let's wait for CI to be green and merge

@martinRenou martinRenou merged commit 2ad93c6 into jupyter-widgets:main May 22, 2023
@vthemelis vthemelis deleted the selection-jup-4 branch May 22, 2023 07:44
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 this pull request may close these issues.

grid selection not working in jupyterlab4
2 participants