-
Notifications
You must be signed in to change notification settings - Fork 504
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
Missing phosphor widgets js #116
Comments
Maybe because it doesnt export a |
I'm trying out a few things but I don't think you want to grab phosphor from unpkg anyway. So I'm trying to register it in the same way you register the jupyter-widgets code in libwidgets. Any other thoughts or ideas are much appreciated! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We separated the jupyterlab ipywidget from our phosphor bindings from our perspective library, which has the effect of introducing an explicit dependency on phosphor which seems to be failing. Any insights on how we might rectify this?
The text was updated successfully, but these errors were encountered: