Hi,

In Jupyter Notebook the code

print( "f(x,x^2)=",  f(x, x**2) )


gives the output

f(x,x^2)= 1/2


Instead of   f(x,x^2) I would like to obtain 

           2
  f(x, x ).

How does it possible to put LaTeX code into print command and print the 
nice 
output and the value of a calculated variable?
I tried Eq( a, b), but I'm not satisfied with it.

Sandor

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/29822c7e-3be3-4080-958f-3bfb42c7dab8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to