Repr test

Test repr.

This should print



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)

Gallery generated by Sphinx-Gallery