Skip to content
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 interactivity in Pluto notebooks #412

Open
diegozea opened this issue Nov 11, 2021 · 0 comments
Open

Missing interactivity in Pluto notebooks #412

diegozea opened this issue Nov 11, 2021 · 0 comments

Comments

@diegozea
Copy link

diegozea commented Nov 11, 2021

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.

begin
	using Pkg
	Pkg.activate(temp=true)
	Pkg.add(url="https://github.com/queryverse/VegaLite.jl.git", rev="master")
	
	using VegaLite
end

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant