Hi CostlyOstrich36
I did something like this:
data = {"index": ["<a href=
>12345</a>"], y:[1],...}
df = pd.DataFrame(data)
clearml_logger.report_table(title, series, iteration, df)
Hi GloriousGoldfish63 , how did you try implementing it code wise? Do you have a snippet? I recall looking into this at some point and I found a few interesting threads on this in the plotly community, for example - None
Hi CostlyOstrich36 how do I utilize the ‘presentation’:‘markdown’ solution you mentioned in conjunction with logger.report_table? Is it possible?