Hey guys,
I’ve been using Plotly now for a while but the Plots always open in the plots pane of Juno.
From what I’ve read this code should by default open a browser window or am I wrong?
using Plotly
data = [1,2,3,4]
fig = Plotly.plot(data)
display(fig)
response
I tried to follow the instructions here GitHub - plotly/Plotly.jl: A Julia interface to the plot.ly plotting library and cloud services but it still opens in the plot pane. Any ideas of what I’m doing wrong?
Best,
Merit