Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ab3fbbd

Browse files
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /