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
Running the following snippet (taken from the package docs):
global_logger(TerminalLogger(right_justify=120))
using ProgressLogging
@progressfor i=1:100if i ==50@info"Middle of computation" i
elseif i ==70println("Normal output does not interfere with progress bars")
endsleep(0.01)
end@info"Done"
Prints a blank page when the progress bar is finished (see below):
The text was updated successfully, but these errors were encountered:
Running the following snippet (taken from the package docs):
Prints a blank page when the progress bar is finished (see below):
The text was updated successfully, but these errors were encountered: