Hi experts.
In a Jupyter notebook with Cadabra2 kernel:
Is there any way to display "hand made" Latex, such as
s = Latex(
'\\begin{array}{l} \n'
' 0 & 0 & 0 \\ \n'
' 0 & 0 & 1 \\ \n'
' 0 & -1 & 0 \n'
'\\end{array} \n'
)._repr_latex_()
Trying to display the above with
s;
prints it out as a string not as a properly formated array.
I am working in
- Jupyter notebook
- Cadabra2 kernel
- ipynb file
- Cadabra 2.4.5
- Ubuntu 22.04
Thank you
GPN