We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
2 parents 368a372 + 3f7c5bf commit 2990c62Copy full SHA for 2990c62
packages/python/plotly/plotly/io/_html.py
@@ -20,7 +20,7 @@
20
21
_mathjax_config = """\
22
<script type="text/javascript">\
23
-if (window.MathJax && window.MathJax.Hub && && window.MathJax.Hub.Config) {window.MathJax.Hub.Config({SVG: {font: "STIX-Web"}});}\
+if (window.MathJax && window.MathJax.Hub && window.MathJax.Hub.Config) {window.MathJax.Hub.Config({SVG: {font: "STIX-Web"}});}\
24
</script>"""
25
26
0 commit comments