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

ECharts not working in Pluto Notebooks #88

Open
rleyvasal opened this issue Dec 14, 2020 · 3 comments
Open

ECharts not working in Pluto Notebooks #88

rleyvasal opened this issue Dec 14, 2020 · 3 comments

Comments

@rleyvasal
Copy link

I followed the WebIO installation instructions and the following commands still do not work.

using ECharts
x = ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"]
y = [11, 11, 15, 13, 12, 13, 10]
b = bar(x, y)

@randyzwitch
Copy link
Owner

Thanks for reporting. To be honest, I've never understood how WebIO is supposed to work, so I'm not surprised it's not implemented correctly. I'd love it if someone could make a PR, I'd love to get Pluto (and Jupyter, VSCode, etc.) working.

@diegozea
Copy link

There is work on the Pluto & WebIO integration that can solve this problem: fonsp/Pluto.jl#991

@randyzwitch
Copy link
Owner

I'd love to get this support added, but unfortunately, it looks like the community is moving again to a different alternative (JSServe.jl)?

When all of this shakes out, I'd be happy to review a PR, but with no background in implementing these hooks, I don't think I'll be the one to do it.

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

No branches or pull requests

3 participants