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

Errors arise after clearing workspace #107

Closed
RJDennis opened this issue Jan 17, 2017 · 2 comments
Closed

Errors arise after clearing workspace #107

RJDennis opened this issue Jan 17, 2017 · 2 comments

Comments

@RJDennis
Copy link

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))

@sglyon
Copy link
Member

sglyon commented Jan 17, 2017

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

@sglyon sglyon closed this as completed Jan 17, 2017
@RJDennis
Copy link
Author

Thanks for the quick response; posted an issue with Blink.jl

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

2 participants