The system how the report generation works has to be changed to meet the requirements of the new hook system.
Key Features
concentrate complete functionality on single report_unit_display hook
results are collected and displayed below each other
hookimpls decide themselves on which units their are able to work
no matter how the data is presented, whether as table or plot or something else
formatting of numbers and objects done by the report_property_format hook
Open Questions
Tried to implement float formatting with exponents in steps of three. For most data very convenient, but not for temperatures and strains. How to distinct?
The table display is partially redundant with _repr_html_, how to reuse?
The system how the report generation works has to be changed to meet the requirements of the new hook system.
Key Features
report_unit_display
hookreport_property_format
hookOpen Questions
_repr_html_
, how to reuse?