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 f3bfd21 + dd40129 commit 179e0d8Copy full SHA for 179e0d8
packages/python/plotly/plotly/io/_html.py
@@ -543,7 +543,7 @@ def write_html(
543
bundle_path = path.parent / "plotly.min.js"
544
545
if not bundle_path.exists():
546
- bundle_path.write_text(get_plotlyjs())
+ bundle_path.write_text(get_plotlyjs(), encoding="utf-8")
547
548
# Handle auto_open
549
if path is not None and full_html and auto_open:
0 commit comments