Fastest time-to-plot for Jupyter demos/tutorials (after precompilation, but from otherwise cold start)?

@time begin
    using PlotlyJS
    plot(scatter(x=[1,2,3], y=[1,2,3]), Layout())
end

takes 6.5 sec (on my desktop) and works on JuliaBox.

Edit: Whoops – I misread the original question and thought it was using Plots.jl.

2 Likes