-
Notifications
You must be signed in to change notification settings - Fork 141
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
Altair and other JS extensions do not work in Voila or Colab #486
Comments
Found this our while writing a test for #479 |
maartenbreddels
added a commit
that referenced
this issue
Jan 30, 2024
Fixes #486 We now default to not using the CDN proxy when we detect we are running in voila.
maartenbreddels
added a commit
that referenced
this issue
Jan 30, 2024
Fixes #486 We now default to not using the CDN proxy when we detect we are running in voila.
Altair should work now due to #487, other js libraries not yet |
For me Altair also doesnt work in notebooks
|
Should be fixed due to #479 Keeping this open till we fix this for the other libraries. |
Fixed in #763 (Solara 1.39.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In https://github.com/widgetti/solara/blob/master/solara/widgets/vue/vegalite.vue
we assume the
/_solara/_cdn/
endpoint can be reached. This endpoint exists in notebook, lab and solara server, but not in Voila (except when running as a voila extension in jupyter server) or colab.A workaround for now is to manually set the
solara_cdn
javascript variable.The text was updated successfully, but these errors were encountered: