Trying to display Math using the following code

from IPython.display import display, Math

display(Math(‘frac\{4}{5} = %g’ %(4/5)))

and get this in response…

<IPython.core.display.Math object>

ideas? TIA

2 Likes

Hello @Michael_Hatfield, thanks for noticing, we’ve accidentally broken it in one of the last updates.

The fix is already deployed so everything should work now

1 Like

It works now. Thanks!

1 Like