Skip to content

Commit eb10265

Browse files
committed
Fix plotly.js not loaded error in example pages for docs.
1 parent 6195996 commit eb10265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/bin/example_pages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def _make_html_text(accum, path, header, content):
133133
<input style=" float: right; border-radius: 4px;" class="codepen-submit" type="submit" value="Try It On CodePen!">
134134
</form>
135135
<div style="max-width: 100%; margin: auto" id="{unique_mydiv}"></div>
136+
<script src="https://cdn.plot.ly/plotly-{jsversion}.min.js" charset="utf-8"></script>
136137
<script>
137138
{content_mydiv}
138139
</script>

0 commit comments

Comments
 (0)