Answer the question
In order to leave comments, you need to log in
How to visually display a progress bar based on the number of GET requests in Jupyter Notebook?
in Jupyter Notebook, several external .py files are included with %run.
A large number (several thousand) GET requests are executed in these external files.
after that, the execution goes on.
How can I display (preferably in the form of a progress bar) the progress of these get requests in Notebook so that the user can see the progress of the external file?
it seems possible using the tqdm module,
but it is not clear how to use it in such a situation.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question