I was using Sympy in Jupyter where I realized I cant display two things in the same line with display() command. I know how to do it with print() but since I am using Sympy I need to also do it with display(). Can someone help me please? Thank you!
The code:
display('Value =', smp.Symbol('\Gamma_{\mu\nu}^{\lambda}'))
