You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plots are being rendered as static SVG on Pluto right now. The problem has been solved in #401, but that change hasn't been released yet. It would be nice to have a release with that feature so that the Pluto package manager could find it without relying on manual package management.
For the moment, it is possible to have interactivity by using the VegaLite's master branch, installed through Pluto's Pkg cell.
beginusing Pkg
Pkg.activate(temp=true)
Pkg.add(url="https://github.com/queryverse/VegaLite.jl.git", rev="master")
using VegaLite
end
Cheers
The text was updated successfully, but these errors were encountered:
Hi!
The plots are being rendered as static SVG on Pluto right now. The problem has been solved in #401, but that change hasn't been released yet. It would be nice to have a release with that feature so that the Pluto package manager could find it without relying on manual package management.
For the moment, it is possible to have interactivity by using the VegaLite's master branch, installed through Pluto's Pkg cell.
Cheers
The text was updated successfully, but these errors were encountered: