-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Hello,
I am using a custom library to log loads of information in error-scenarios in a long-running computation.
Today I discovered your library which is way more awesome than what I built.
However, there is one feature that I implemented in my code that I miss: The error-dumps are created as html.
This makes it possible to
(1) email them around, preserving colors
(2) print variables in a short form but keep the 'full' version as expandable on a click
(3) beatifully render objects that already define an html-representation (pandas dataframes)
Here is an example of what the script demo.py would output: (github doesnt let me upload as html but it is html)
If you are interested in having this feature I can code it up properly and we can maybe find a good way to expose it through the api in a backwards-compatible way.