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 c5a2993 commit c3fc5c8Copy full SHA for c3fc5c8
packages/python/plotly/plotly/io/_base_renderers.py
@@ -279,7 +279,7 @@ def activate(self):
279
{win_config}
280
{mathjax_config}
281
</script>
282
- <script src=\"{plotly_cdn}\" charset="utf-8"></script>
+ <script type="module">import \"{plotly_cdn}\"</script>
283
""".format(
284
win_config=_window_plotly_config,
285
mathjax_config=_mathjax_config,
0 commit comments