# \#progress-bar

**URL:** https://discourse.julialang.org/tag/progress-bar/1725.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Customising Turing.jl sample progress bar](https://discourse.julialang.org/t/customising-turing-jl-sample-progress-bar/125110)

<div class="topic-metadata">

**Author:** [@Sahil\_Khan](https://discourse.julialang.org/u/Sahil_Khan)\
**Replies:** 3\
**Last updated:** [July 25, 2026, 5:51pm UTC](https://discourse.julialang.org/t/customising-turing-jl-sample-progress-bar/125110 "2026-07-25T17:51:36Z")

</div>

Hello, I was wondering that can we customise sampling progressbar during inference by Turing.jl? sample(model, NUTS(1000, 0.65), MCMCThreads(), 10000, 3, progress = true) At the moment it shows progress after 1/3 sam…

---

## [\[ANN\] SnakeBar.jl - A progress bar that fills your terminal with space-filling curves](https://discourse.julialang.org/t/ann-snakebar-jl-a-progress-bar-that-fills-your-terminal-with-space-filling-curves/133580)

<div class="topic-metadata">

**Author:** [@majoburo](https://discourse.julialang.org/u/majoburo)\
**Replies:** 2\
**Last updated:** [October 31, 2025, 4:58pm UTC](https://discourse.julialang.org/t/ann-snakebar-jl-a-progress-bar-that-fills-your-terminal-with-space-filling-curves/133580 "2025-10-31T16:58:25Z")

</div>

Hey everyone, I just released my first Julia package, SnakeBar.jl – a progress bar that draws a random space-filling curve per process in your terminal! Any comments are appreciated! Happy Halloween! Community reactio…

---

## [Smooth progress bar for multithreads sampling in turing.jl](https://discourse.julialang.org/t/smooth-progress-bar-for-multithreads-sampling-in-turing-jl/130768)

<div class="topic-metadata">

**Author:** [@Sahil\_Khan](https://discourse.julialang.org/u/Sahil_Khan)\
**Replies:** 6\
**Last updated:** [July 26, 2025, 1:13pm UTC](https://discourse.julialang.org/t/smooth-progress-bar-for-multithreads-sampling-in-turing-jl/130768 "2025-07-26T13:13:42Z")

</div>

Hello everyone, Im working with turing.jl and what I have noticed that when sampling multiple chains with mulithreads option. Progress bar show progress based on number of chains used for example if I use 3 chains then …
