-
Notifications
You must be signed in to change notification settings - Fork 38
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
Improve Juno integration #90
Comments
For reference: JunoLab/Juno.jl#125 (comment) Juno's API for things like this will (hopefully) change drastically soon since I'm hoping to get rid of the Blink.jl dependency... I can take another look at this then. |
Would be great if we could take another look at this, given for example https://discourse.julialang.org/t/vega-lite-width-and-height-in-heatmap-in-juno-sometimes-doesnt-work/33262/4. @pfitzseb, I haven't followed the Juno plot story, I assume it is now using MIME types and the normal display stuff? In VS Code and ElectronDisplay.jl we just support the vega and vega-lite MIME types out of the box (essentially emulating JupyterLab and nteract). So we ship the javascript client libraries that are need to display these MIME types as part of these clients, and then get interactivity that way. What would our current options for Juno be? Similar story, or something else? |
So in theory
should work, except for the fact that |
That is perfect! I know how to sort out the details inside those functions. |
Main thing would be to get the interactive stuff working.
The text was updated successfully, but these errors were encountered: