8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8625f75 commit 2e61e81Copy full SHA for 2e61e81
packages/python/plotly/plotly/io/_base_renderers.py
@@ -861,7 +861,7 @@ def render(self, fig_dict):
861
filename_html = filename_root + ".html"
862
filename_png = filename_root + ".png"
863
figure = return_figure_from_figure_or_data(fig_dict, True)
864
- _ = write_html(fig_dict, file=filename_html)
+ _ = write_html(fig_dict, file=filename_html, include_plotlyjs=False)
865
try:
866
write_image(figure, filename_png)
867
except (ValueError, ImportError):
0 commit comments