Skip to content

Commit ab3fbbd

Browse files
authored
Merge pull request #5154 from plotly/fix-script-tag
Fix script tag for notebook renderers
2 parents 627c0e9 + e1725dd commit ab3fbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/io/_base_renderers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def activate(self):
295295
{win_config}
296296
{mathjax_config}
297297
</script>
298-
<script type="module">{script}</script>
298+
<script>{script}</script>
299299
""".format(
300300
script=get_plotlyjs(),
301301
win_config=_window_plotly_config,

0 commit comments

Comments
 (0)