Dash.jl
Dash.jl copied to clipboard
UndefVarError for html components
Hello there!
I'm facing an error when trying to run my script with simple HTML components - none of them is working.
My environment has the most recent versions and yet it doesn't work. On this case, I should step back and use DashHtmlComponents
and DashCoreComponents
or what's the solution?
Strange
Does
using Dash
help?> html_a
work for you?
No, I tried this but it didn't work either. I had to delete my environment and create a new one to add Dash again, and now it's working.
It seems to me that the root cause of the problem began when I added DashDaq, as it downgraded the other Dash packages (even after I updated then, the problem persisted).
Ok. Can you share the output of Pkg.status()
?
Related issue: https://github.com/plotly/Dash.jl/issues/168