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.
1 parent 2e61e81 commit 8de51f3Copy full SHA for 8de51f3
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, include_plotlyjs=False)
+ _ = 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