Skip to content

Documentation: fix typos and dependencies#46

Open
achille-martin wants to merge 1 commit into
nerc-esces:gh-pagesfrom
achille-martin:patch-9
Open

Documentation: fix typos and dependencies#46
achille-martin wants to merge 1 commit into
nerc-esces:gh-pagesfrom
achille-martin:patch-9

Conversation

@achille-martin
Copy link
Copy Markdown

Fixed typos and unnecessary dependencies in Dask note

@achille-martin
Copy link
Copy Markdown
Author

@colinsauze

@colinsauze
Copy link
Copy Markdown
Collaborator

I think removing the progress library takes away nice progress bars inside jupyter as things load.

@achille-martin
Copy link
Copy Markdown
Author

Fair enough, it did not seem used, but maybe it is called implicitly somewhere?

@achille-martin
Copy link
Copy Markdown
Author

achille-martin commented Jun 5, 2026

There is a nice example on using the default progress bar here:

https://docs.dask.org/en/stable/diagnostics-distributed.html

# Progress bar with the distributed scheduler
from dask.distributed import Client, progress

client = Client()  # use dask.distributed by default

x = x.persist()  # start computation in the background
progress(x)      # watch progress

x.compute()      # convert to final result when done if desired

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants