What version of Parcels are you running?
v4
Is your feature request related to a problem?
I saw that copernicusmarine has a much cleaner styled progressbar for Jupyter notebooks (see screenshots below) and was wondering if we want to adapt their tool
CopernicusMarine:

Parcels:

Describe the solution you'd like
It turns out that copernicusmarine uses tqdm.rich, while Parcels uses 'normal' tqdm. Do we want to use this too?
From the website, it seems that the functionality is still experimental, though...
Describe alternatives you've considered
Leave the current implementation of the progress bar, as it functions as expected
Additional context
Note, AI statement: I asked Claude Opus 4.6 "Why is the progressbar for copernicusmarine green/blue and for Parcels only black?"
Answer: "Copernicusmarine uses the rich library for its progress bars, which supports colored/styled output in terminals by default. Parcels uses tqdm, which outputs plain text progress bars without color styling.
If you want colored Parcels progress bars, you could install tqdm[notebook] and use the notebook widget, or you could open a feature request on the Parcels repo to adopt rich. But this is a cosmetic difference in the two libraries' dependencies — it doesn't affect functionality."
What version of Parcels are you running?
v4
Is your feature request related to a problem?
I saw that
copernicusmarinehas a much cleaner styled progressbar for Jupyter notebooks (see screenshots below) and was wondering if we want to adapt their toolCopernicusMarine:

Parcels:

Describe the solution you'd like
It turns out that copernicusmarine uses
tqdm.rich, while Parcels uses 'normal'tqdm. Do we want to use this too?From the website, it seems that the functionality is still experimental, though...
Describe alternatives you've considered
Leave the current implementation of the progress bar, as it functions as expected
Additional context
Note, AI statement: I asked Claude Opus 4.6 "Why is the progressbar for copernicusmarine green/blue and for Parcels only black?"
Answer: "Copernicusmarine uses the rich library for its progress bars, which supports colored/styled output in terminals by default. Parcels uses tqdm, which outputs plain text progress bars without color styling.
If you want colored Parcels progress bars, you could install tqdm[notebook] and use the notebook widget, or you could open a feature request on the Parcels repo to adopt rich. But this is a cosmetic difference in the two libraries' dependencies — it doesn't affect functionality."