Note
Click here to download the full example code or to run this example in your browser via Binder
Repr test¶
Test repr.
class A:
def _repr_html_(self):
return '<p><b>This should print<b></p>'
A()
Total running time of the script: ( 0 minutes 0.123 seconds)