JuliaPlots / PlotlyJS.jl

Julia library for plotting with plotly.js
Other
422 stars 78 forks source link

The "using PlotlyJS" execution does not finish #476

Closed tsumanuma closed 10 months ago

tsumanuma commented 10 months ago

Sorry for my bad English, I am Japanese.

The "using PlotlyJS" execution does not finish. Sometimes restarting the PC after a while can make it work. But after running the plot a few times, it stops working again. I'd be glad for your advice. Thank you.

OS: Windows11 Julia: v1.9.3 IJulia: v1.24.2 Plotly: v0.4.1 PlotlyJS: v0.18.11 Plots: v1.39.0 Editor: Visual Studio Code image

jd-foster commented 10 months ago

Thanks for reporting. This seems like a duplicate of #473

tsumanuma commented 10 months ago

Thank you for your reply. Would changing the version work? Downgrading julia to 1.9.0 or PlotlyJS to 0.18.10 does not work.