SymEngine.jl
SymEngine.jl copied to clipboard
Mathjax output in IJulia for SymEngine expressions
I am unable to get mathjax output in IJulia cells for SymEngine.js expressions. For some reason it works in Reduce.jl. Is there some option to enable it, or it needs to be implemented?
It's not supported directly yet, but indirectly from https://github.com/korsbo/Latexify.jl,
Also indirectly from https://github.com/oxinabox/Expr2LaTeX.jl though I think I might deprecate Expr2LaTeX.jl in favor of Latexify.jl
The support of LaTeXStrings would be a good idea, I guess.