We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a0746 commit 11f2410Copy full SHA for 11f2410
src/PlotlyJS.jl
@@ -32,7 +32,7 @@ const _js_path = joinpath(artifact"plotly-artifacts", "plotly.min.js")
32
const _js_version = include(joinpath(_pkg_root, "deps", "plotly_cdn_version.jl"))
33
const _js_cdn_path = "https://cdn.plot.ly/plotly-$(_js_version).min.js"
34
const _mathjax_cdn_path =
35
- "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_SVG"
+ "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS-MML_SVG"
36
37
struct PlotlyJSDisplay <: AbstractDisplay end
38
0 commit comments