MCPcopy Index your code
hub / github.com/plotly/plotly.py / mathjax

Method mathjax

plotly/io/_orca.py:597–608  ·  view source on GitHub ↗

Path to the MathJax bundle needed to render LaTeX characters Returns ------- str

(self)

Source from the content-addressed store, hash-verified

595
596 @property
597 def mathjax(self):
598 """
599 Path to the MathJax bundle needed to render LaTeX characters
600
601 Returns
602 -------
603 str
604 """
605 return self._props.get(
606 "mathjax",
607 "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js",
608 )
609
610 @mathjax.setter
611 def mathjax(self, val):

Callers

nothing calls this directly

Calls 4

shutdown_serverFunction · 0.85
getMethod · 0.45
popMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected