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