I use LaTex and sympy alot in the Jupyter notebooks, but I really just want to use Streamlit from now on - but then I need the ‘pretty printing’ that sympy does for mathematical notation.
Ah, nevermind, I can just convert the expressions into latex and print it out using ‘st.write’ and f-strings, that works fine for me
I know it’s a few months late, but for the record we support Sympy objects in both st.latex
and st.write