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
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.
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)
The text was updated successfully, but these errors were encountered: