Any use of plotly.offline.plot(filename=...) for the purpose of writing out html should be replaced with fig.write_html(...)
Maybe we should replace https://plot.ly/python/html-reports/ with some simple examples of writing out figures as standalone html files with fig.write_image.
PR docs for write_image in #1474
Any use of
plotly.offline.plot(filename=...)for the purpose of writing out html should be replaced withfig.write_html(...)Maybe we should replace https://plot.ly/python/html-reports/ with some simple examples of writing out figures as standalone html files with
fig.write_image.PR docs for
write_imagein #1474