### Description of feature When typing ```python >>> res = DEResult(...) >>> res ``` in a jupyter notebook, it would be nice to get a HTML representation of the object with some summary statistics (similar `.summary()`)
Description of feature
When typing
in a jupyter notebook, it would be nice to get a HTML representation of the object with some summary statistics (similar
.summary())