We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using PlotlyJS through Atom, the following generates errors in Julia 0.5.0
using PlotlyJS plot(rand(20)) workspace() using PlotlyJS plot(rand(20))
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up. I tried your code and found the same issue outside of Atom using just the normal Julia REPL.
I believe that this is actually a problem with Blink.jl
When I run
using Blink Window() workspace() using Blink Window()
I get the same issue I get when I run your code. above.
I think I am going to close here as it isn't an issue with this package, but I encourage you to post an issue over at Blink.jl
Sorry, something went wrong.
Thanks for the quick response; posted an issue with Blink.jl
No branches or pull requests
When using PlotlyJS through Atom, the following generates errors in Julia 0.5.0
using PlotlyJS
plot(rand(20))
workspace()
using PlotlyJS
plot(rand(20))
The text was updated successfully, but these errors were encountered: