1 | initial version |
thank you ; i can't manage to have the good result see image
2 | No.2 Revision |
thank you ; i can't manage to have the good result see image i also have a problem of alignment in table : with this code :
display_f=html(r"$\color{blue}{" + latex(f) + r"}$")
T=table([[display_f],["$" + latex("grad") +"$",grad(F)[:]],["H=",H]],frame=True,align='center')
show(T)