-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support for VSCode plots pane #139
Labels
Comments
Is it possible? |
This works for me, just for information. using Gaston
t = 0:0.001:1
plot(t, sin.(2π*5*t)) |> vscodedisplay |
Works awesome! |
Thanks again, @Lirimy |
Reopening so I don't forget to add this to the docs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As you might know, the updates of Juno have been discontinued, the developer is helping with the Julia plugin on VSCode. Can plotting in VSCode's Julia plugin's plot pane be supported in Gaston, like in Juno?Its not working as of now.
I'll be trying it out in Pluto.jl soon too.
The text was updated successfully, but these errors were encountered: