You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Julia and the Plots.jl package the default plot mime type in ipynb json is svg+xml
The LaTeX builder doesn't know how to convert these images using sphinx.ext.imgconverter so we will need to figure out how to support these mime types either:
upstream in a sphinx package
locally converting these mime types in this package.
Describe the bug
When using
Julia
and thePlots.jl
package the default plot mime type inipynb
json issvg+xml
The LaTeX builder doesn't know how to convert these images using
sphinx.ext.imgconverter
so we will need to figure out how to support thesemime
types either:The preference is to focus on upstream solutions
Reproduce the bug
Build the https://github.com/QuantEcon/lecture-julia.myst project using the latex builder and the plots will be missing
List your environment
No response
The text was updated successfully, but these errors were encountered: