Skip to content

Commit 8de51f3

Browse files
committed
use cdn
1 parent 2e61e81 commit 8de51f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/io/_base_renderers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ def render(self, fig_dict):
861861
filename_html = filename_root + ".html"
862862
filename_png = filename_root + ".png"
863863
figure = return_figure_from_figure_or_data(fig_dict, True)
864-
_ = write_html(fig_dict, file=filename_html, include_plotlyjs=False)
864+
_ = write_html(fig_dict, file=filename_html, include_plotlyjs='cdn')
865865
try:
866866
write_image(figure, filename_png)
867867
except (ValueError, ImportError):

0 commit comments

Comments
 (0)