Skip to content

Add HTML representation to some classes

Adding the method _repr_html_ to some classes could improve their HTML representation in the examples of the documentation, Jupiter notebooks, and so on (tabular view for design spaces, lists for algorithm descriptions, colors for contraint values, ...).

DesignSpace (with PrettyTable.get_html_string) and OptimizationResult are good candidates to experiment this method.

Edited by Matthias De Lozzo