diff --git a/.github/scripts/env_image.sh b/.github/scripts/env_image.sh
index a27204a3c1e..b3e6f4b95cc 100755
--- a/.github/scripts/env_image.sh
+++ b/.github/scripts/env_image.sh
@@ -26,7 +26,7 @@ sudo cp -r .github/fonts/ /usr/share/
sudo fc-cache -f
# Install Kaleido & Plotly
-uv pip install --system kaleido==1.2 plotly==6.6.0 --no-progress
+uv pip install --system kaleido==1.3.0 plotly==6.8.0 --no-progress
# Install numpy i.e. to convert arrays to typed arrays
uv pip install --system numpy==2.4.3
diff --git a/devtools/test_dashboard/index-mathjax3chtml.html b/devtools/test_dashboard/index-mathjax3chtml.html
index 795c5688703..75561236224 100644
--- a/devtools/test_dashboard/index-mathjax3chtml.html
+++ b/devtools/test_dashboard/index-mathjax3chtml.html
@@ -49,12 +49,7 @@
options.format = svgDocument.inputJax[0].name;
return svgDocument.convert(math, options);
};
- /*
- MathJax.tex2svgPromise = (math, options = {}) => {
- options.format = svgDocument.inputJax[0].name;
- return mathjax.handleRetriesFor(() => svgDocument.convert(math, options));
- };
- */
+
MathJax.svgStylesheet = () => svgOutput.styleSheet(svgDocument);
}
}
diff --git a/devtools/test_dashboard/index.html b/devtools/test_dashboard/index.html
index de0841cc650..521077098c0 100644
--- a/devtools/test_dashboard/index.html
+++ b/devtools/test_dashboard/index.html
@@ -27,7 +27,7 @@
-
+