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!