fastprogress
fastprogress copied to clipboard
Simple and flexible progress bar for Jupyter Notebook and console
In custom keras layers, I am trying to get a layer's output which is returning three different tensors in a list. below is the code: test_fn = K.function([model.get_layer('sentence_input').input, model.get_layer('sentence2_input').input, model.get_layer('sentence3_input').input,...
Hello, I was trying to use pymc3 (3.9.2) with Voila (https://voila.readthedocs.io/en/stable/) and I cannot see the progress bar running in the Voila-dashboard view (it works fine with the classic notebook)....
This is a such not a bug in fastprogress, but it can be "fixed" in fastprogress. It is related to [this issue](https://github.com/microsoft/vscode-python/issues/13736) in the Visual Studio Code Python Extension. The...
I used spyder and jupyter notebook from Anaconda 64-bit and recently I installed fastai 1.0.34 in a virtual environment using conda install -v -v fastai fastai. The system checked all...
The problem is this line: `self.total = len(gen) if total is None else total` That is executed at the beginning. But `len(gen)` might change throughout the iteration, but progress_bar just...
In console mode, when adding a progress comment, the previous line is not completely cleared thus causing the leftover ending to remain. for example: ```python from fastprogress import progress_bar from...
My backend service is using several libraries that are using this tooling. Currently we are running a backend service, so we don't need a progress bar that prints to stdout....
A few days ago fastprogress stopped working in Jupyter notepads in vscode. It seems to run without error but does not display anything. I have the same issue in existing...
Hi there, I am confused about the `force_console_behavior` function, it does _not_ force any behavior itself, it simply returns the console master and progress bars. I can't tell if it...
I haven't found any documentation so I was wondering if there is any way to show grid or ticks on the graph