-
Hi,
Does it support multiprocessing? If not, this article may a good direction to follow: https://leimao.github.io/blog/Python-tqdm-Multiprocessing/
best regards
-
To make it work on Jupter Notebook in Python 2.7
- need ipywidgets 7 and widgetsnbextension 3, https://github.com/jupyter/notebook/issues/2764#issuecomment-339308263
- and enable the widget extensio…
-
I have the following example code:
```python
import multiprocessing
from atpbar import atpbar, register_reporter, find_reporter, flush
import more_itertools
multiprocessing.set_start_method('…
-
Running the example threading script gives the following error in terminal and Python IDE:
NameError: name 'ProgressBarJupyter' is not defined when calling under the following snippet.
# Minimal…
-
- add a test to confirm that the [slowdown issue](https://github.com/alphatwirl/atpbar/issues/8) doesn't happen
-
This progess bar enormously slows down my code for some reason. I'm attempting to use it to track gradient updates in Tensorflow. Running 2000 updates with a regular for-loop takes 8 seconds. Running …
-
I'd like to use this progress bar when we know the total number of steps, but can increase by more than 1 on any given iteration. For example:
```
i = 0
while i < 100:
i += random.randint(1,10…
-
Jupyter Lab: 1.2.6
Python: 3.8.0
Running the following demo code:
Background Jupyter service error logging (and the above cell sinked in running status, cannot be stopped):
Process Worker-…
-
Using a conda environment using fast-carpenter v0.14.3.
Trying to read 2 branches:
pulse area: **Br 265 :pulsesODHG.pulseArea_phd : vector**
coincidences: **Br 282 :pulsesODHG.coincidence : vecto…
-
On a clean virtualenv I was unable to execute a simple test yaml file when installing `fast_carpenter` from source. The yaml file works fine with `fast_carpenter` installed from Pypi in this clean vir…