I'd like to put into a cell input
some_display_function(r'$\alpha ='+latex(mymatrix)+'$')
and have a rendering of the above in the cell output, is this
possible?
tx in advance
gb
note: display(Eq(symbols('alpha'),mymatrix))
reports an error because matrices can't be sympyfied