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

Function get_plotlyjs_version

plotly/offline/offline.py:30–39  ·  view source on GitHub ↗

Returns the version of plotly.js that is bundled with plotly.py. Returns ------- str Plotly.js version string

()

Source from the content-addressed store, hash-verified

28
29
30def get_plotlyjs_version():
31 """
32 Returns the version of plotly.js that is bundled with plotly.py.
33
34 Returns
35 -------
36 str
37 Plotly.js version string
38 """
39 return __plotlyjs_version__
40
41
42def get_plotlyjs():

Callers 1

plotly_cdn_urlFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected