Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 368452d + 3ad3f4b commit be1c4edCopy full SHA for be1c4ed
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="cdn")
865
try:
866
write_image(figure, filename_png)
867
except (ValueError, ImportError):
0 commit comments