Returns the version of plotly.js that is bundled with plotly.py. Returns ------- str Plotly.js version string
()
| 28 | |
| 29 | |
| 30 | def 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 | |
| 42 | def get_plotlyjs(): |