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 8de51f3 commit 3ad3f4bCopy full SHA for 3ad3f4b
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='cdn')
+ _ = 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