Hello,
I’m facing troubles regarding the refresh of a graph and a datatable inside a for loop.
I have a code running during an hour and I’d like to have a glimpse of the results after each loop (I placed here in order to get partial data). To do so I’d like to use a pie chart and not a line chart with the add_row trick. Same for the dataframe, is it possible to replace the data after each loop ?
Thanks a lot
Vinivici