jpmorganchase / jupyter-fs

A filesystem-like contents manager for multiple backends in Jupyter
Apache License 2.0
200 stars 36 forks source link

Move/copy progress indicator #194

Open vidartf opened 9 months ago

vidartf commented 9 months ago

When copying large files within a filesystem, the operation can often take some time. There should be an (unobtrusive) indicator to the user that the operation is progressing, and when it finishes. This can probably reuse the design used by the default filebrowser in JupyterLab, but other options can of course be chosen.

rishav-eulb commented 9 months ago

Hey! I'm interested to work on it, can't we use tqdm?