plotly.rs icon indicating copy to clipboard operation
plotly.rs copied to clipboard

plot.show() does not work on Linux snap Firefox

Open MarkSwanson opened this issue 8 months ago • 0 comments

snap Firefox has its own /tmp directory now. snap Firefox no longer sees the real /tmp directory - so it can't find the plotly generated HTML file. Firefox 119.0 Ubuntu 22.04

Possible solution: plotly already provides plot.write_html(filename) - so just provide a plot.show(filename) ?

Thanks!

MarkSwanson avatar Nov 05 '23 20:11 MarkSwanson