-
Notifications
You must be signed in to change notification settings - Fork 295
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
VegasFusion doesn't work #8834
Comments
Looks like a different issue. I say this because the shipped copy isn't used at all, instead the scripts are downloaded from unpkg as they are ipywidgets. 653, 654.js *.was are all downloaded as a result of this widget (vegafusion). Other similar issues (loading scripts form |
Fixed |
@DonJayamanne do you have verification steps for this? |
Okay I think I attempted something that might be what this was trying to fix. It didn't work. Here's the notebook I ran:
(works fine without the vf.jupyte.enable() cell because it just uses altair) I get nothing in the output. I have this in the developer tools (which sounds like the original error): |
Notes: This does not work with the latest version of vega-fusion 0.6.0, please test with and older version such as 0.4.0 Alternative, disable CDN and this will work |
This prevents the python package the user has in the kernel from actually working correctly.
Recent example:
https://medium.com/@jonmmease/announcing-vegafusion-570f62207ba7
This doesn't work in our notebooks (likely because we ship our own version of vegas).
The python installed js file should work and if it needs something specific to jupyter, we could always polyfill it.
The text was updated successfully, but these errors were encountered: