You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a notebook with just 2 or 3 cells, but one of those cells takes about 10 minutes. That cell runs a loop that uses tqdm, so If I run the notebook I can get the progress. Nevertheless, when I use papermill.execute_notebook, obviously I can't see that widget.
How can I display the current progress of that cell?
Perhaps creating a new engine that captures cells with a tqdm, or cells that have a comment like #papermill_tqdm=true or something like that and captures and displays that output too...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a notebook with just 2 or 3 cells, but one of those cells takes about 10 minutes. That cell runs a loop that uses tqdm, so If I run the notebook I can get the progress. Nevertheless, when I use papermill.execute_notebook, obviously I can't see that widget.
How can I display the current progress of that cell?
Perhaps creating a new engine that captures cells with a tqdm, or cells that have a comment like
#papermill_tqdm=true
or something like that and captures and displays that output too...Beta Was this translation helpful? Give feedback.
All reactions