I have a function doSomethingComplicated[...] that takes about 10s on average to evaluate. My list, listOfArgs has about 10000 elements. I'd like to monitor the progress of Map[doSomethingComplicated, listOfArgs] without having it ever occupying a big area of the screen. What's best way to do that?
|
|
||||
|
|
|
Using
With a You can also print directly to the messages notebook using the Another option is to use side-effects and increment a variable, which allows you to use
See this answer by Brett Champion for the different ways in which you can create a progress bar to suit your needs. |
||||
|
|
