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 Binder by updating Jupyterlab to 3.0.14 from 3.0.9 #1469

Merged
merged 1 commit into from
Jul 7, 2021
Merged

Conversation

sc1f
Copy link
Contributor

@sc1f sc1f commented Jul 6, 2021

Currently our Binder examples are broken with the following error which states that "Module @finos/perspective-jupyterlab, Semver range ~0.9.0 is not a valid widget":

IMG_9913

In adding a breakpoint and checking the widget registry in JS, @finos/perspective-jupyterlab is not registered. This error reproduces across versions of Perspective, and could only be fixed by installing Jupyterlab v3.0.14. I went through the release logs and tried to find a fixed issue/enhancement pertaining to the widget registry, but did not find anything relevant. However, 3.0.14 is now no longer the newest version of Jupyterlab so this is acceptable as a fix for our public examples.

@texodus
Copy link
Member

texodus commented Jul 7, 2021

Thanks for the PR!

@texodus texodus merged commit dad8d8e into master Jul 7, 2021
@texodus texodus deleted the fix-binder branch July 7, 2021 19:18
@texodus texodus added the bug Concrete, reproducible bugs label Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants