jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
282 stars 25 forks source link

UX - Implement loading bar below the cells #206

Closed jravenel closed 2 years ago

jravenel commented 3 years ago

Loading cells are not at all fun in Jupyter Notebook. Even more when you have to wait for many minutes and sometimes hours.

The worst part is when the loop has thousands of iterations, you don’t know if the loop is working correctly or just stuck at some iteration because of some silly mistake in data.

This project seems to fix it : https://github.com/tqdm/tqdm#nested-progress-bars

https://towardsdatascience.com/ever-wanted-progress-bars-in-jupyter-bdb3988d9cfc

jravenel commented 2 years ago

Cannot be used in place of cell asterix.