jpmorganchase/jupyter-fs

Move/copy progress indicator

vidartf opened this issue · 1 comments

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.

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