Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/env_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions devtools/test_dashboard/index-mathjax3chtml.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down
2 changes: 1 addition & 1 deletion devtools/test_dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- Update UI elements if strict mode is enabled -->
<script src="./strict.js"></script>

<script src="../../node_modules/@plotly/mathjax-v2/MathJax.js?config=TeX-AMS-MML_SVG"></script>
<script src="../../node_modules/@plotly/mathjax-v4/tex-svg.js"></script>
<script charset="utf-8" id="source" src="../../build/plotly.js"></script>
<script charset="utf-8" src="../../build/test_dashboard-bundle.js"></script>
</body>
Expand Down
Loading
Loading