I
I
Ivan2018-04-08 13:16:25
Python
Ivan, 2018-04-08 13:16:25

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

1 answer(s)
D
Dimonchik, 2018-04-08
@dimonchik2013

so try it - and you will understand
, for example, through pipes

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question