Skip to content

Commit

Permalink
Update src/tqdm_publisher/_demos/_parallel_bars/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 28, 2024
1 parent be4c1b5 commit 4254602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tqdm_publisher/_demos/_parallel_bars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This demo shows how to use a global `TQDMPublisher` instance to forward progress updates from parallel `TQDMPublisher` instances to the browser.

## The Approach
In this demo, we track multipl, interdependent levels of progress updates by using a global `TQDMPublisher` instance to reflect the execution state of parallel `TQDMPublisher` instances.
In this demo, we track multiple interdependent levels of progress updates by using a global `TQDMPublisher` instance to reflect the execution state of parallel `TQDMPublisher` instances.

Similar to the [multiple bar demo](../_multiple_bars/README.md), a `request_id` is used to associate both the global and parallel progress bars with a specific group of elements on the browser. In particular, the ID of the global progress bar matches the `request_id`, allowing it to be distinguished from the lower-level progress bars.

Expand Down

0 comments on commit 4254602

Please sign in to comment.