Tuesday, 23 March 2021

Get verbose real time reporting/monitoring of notebook

I want to get as verbose reporting of the execution of my notebook as possible. To put it simply, I want to see every action my notebook is taking in real time. For example, one of my functions has a loop with a sleep period of five seconds, I'd like to see that the program is actually sleeping and that the other steps of the loop are executing.

I've struggled to find how to do this, I can only find ways to get after-the-fact debug reports which require errors to be triggered.



from Get verbose real time reporting/monitoring of notebook

No comments:

Post a Comment