fastprogress icon indicating copy to clipboard operation
fastprogress copied to clipboard

Simple and flexible progress bar for Jupyter Notebook and console

Results 22 fastprogress issues
Sort by recently updated
recently updated
newest added

A failure to import `IPython` and `matplotlib` is falsely attributed to a a failure to import `ipywidgets`. Matplotlib is not a requirement for fastprogress and so this is an easy...

When running in JupyterLab in Safari the latest fastprogress has a very high CPU load, up to 100% on a relatively modern machine. Profiling shows that Safari is spending almost...

Trying usage example 1 in Spyder v5.0.0, python 3.9.2 and won't work? Just static white boxes at the side that don't grow with job progress.... ![Screenshot from 2021-04-27 11-07-26](https://user-images.githubusercontent.com/83258485/116290939-df411380-a748-11eb-8bd6-7c1a342526a9.png)

/data/private/custom_environment/pointcnn/lib/python3.8/site-packages/fastprogress/fastprogress.py:102: UserWarning: Couldn't import ipywidgets properly, progress bar will use console behavior warn("Couldn't import ipywidgets properly, progress bar will use console behavior") --------------------------------------------------------------------------- NameError Traceback (most recent call last) /tmp/ipykernel_1885/2333630497.py...

Trying to find a way to have more than one child, in the case where there may be several inner loops. Is that, in some way support that just isn't...

I've experienced this issue for a while now and got used to it. Google and forum searches didn't yield any results so I decided to share it here. When using...

Is there going to be a documentation website in the future? Or Is the Readme all there is to it? I was asking as I saw a docs folder in...

I meet error as follows: https://github.com/fastai/fastbook/blob/master/07_sizing_and_tta.ipynb I did also follows pip install -Uqq fastbook import fastbook fastbook.setup_book() from fastbook import * But error occured as follows : preds,targs = learn.tta()...

Have been looking for ways to add title to the master bar and progress bar. In tqdm, this can be done by the `desc` argument. Wondering what is the equivalent...