Data Transformations
Messages
Learn how to display real-time messages as the cell runs.
This guide explains how to display progress messages in real-time when running long computations in a notebook. When a notebook is in non-developer mode, displaying messages helps keep end users informed about ongoing processes.
Displaying Real-Time Messages
To provide real-time feedback to users, use the w_text_output widget
in combination with the submit_widget_state()
function. This approach ensures that messages appear dynamically as the process runs.
Example
What it looks like:
Was this page helpful?