You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have faced the issue mentioned in JuliaPlots/PlotlyJS.jl#473 when trying to start PlotlyKaleido on a windows machine.
I have reproduced this issue both on 1.9.3 and on 1.10-beta3, by simply activating a temp environment with just PlotlyKaleido and then just calling PlotlyKaleido.start() (after using PlotlyKaleido).
The REPL seems to hang indefinitely until explicitly interrupted with Ctrl-C. After interrupting, calling PlotlyKaleido.start() does not hang while PlotlyKaleido.restart() does.
This seems to be an intermittent problem, as it does not always happen every time I try to reproduce it
The text was updated successfully, but these errors were encountered:
I have faced the issue mentioned in JuliaPlots/PlotlyJS.jl#473 when trying to start PlotlyKaleido on a windows machine.
I have reproduced this issue both on 1.9.3 and on 1.10-beta3, by simply activating a temp environment with just PlotlyKaleido and then just calling
PlotlyKaleido.start()
(afterusing PlotlyKaleido
).The REPL seems to hang indefinitely until explicitly interrupted with Ctrl-C. After interrupting, calling
PlotlyKaleido.start()
does not hang whilePlotlyKaleido.restart()
does.This seems to be an intermittent problem, as it does not always happen every time I try to reproduce it
The text was updated successfully, but these errors were encountered: