using Plots
plotly() # Choose a backend
plot(rand(6,6)) # This will plot to the plot pane
gui() # This will open up a separate interactive GUI windows
I want to run this code and have the plot displayed in either the plot pane (preferably) or in a separate window, but instead this opens a new Visual Studio Code window. I’m inside Juno and JuliaPro-1.0.2.1.
How exactly does that happen and how do I change it?