Display html code does not work for scheduled runs

Hi,
we try to create a button with HTML code. For manual runs within the notebook and for manual recalculations of the report it works without any problem. But for scheduled runs (with a checkmark for
Update the report after each successful run), the button does not show up in the report afterwards.

Code:

html_button = f'''
    <html>
    xxx
    </html>
    '''
display(HTML(html_button))

The error here is:

Could not render content for "application/vnd.jupyter.widget-view+json"
{"version_major":2,"version_minor":0,"model_id":"128bb743202d451eb3877a76b4168bc3"}

Do you have any idea what we could change here?

2 Likes