Hadrien Mary
Hadrien Mary
joblib with its `loky` backend is widely used for distributed computing. Without going into the details the `loky` backend has a lot of advantages over the `multiprocessing` backend. Loguru does...
I would like to make tqdm works when executed in a cloud env where logs are propagated as text to external services. I am mostly talking about Kubernetes here, but...
_This is a POC for https://github.com/tqdm/tqdm/issues/1319._
I don't know whether this is related to the provider or a more general bug. The error seems to be related to iptables: ```bash [cont-init.d] 03-setup-iptables: executing... iptables v1.8.4 (legacy):...
Here is the related `celery` ticket where you can find more details: https://github.com/celery/celery/issues/6922 In short, starting a Celery worker with `-P prefork # or processes` does not allow running `joblib`/`loky`...
I use `anaconda login` instead of a token to access private packages. Could that be added as an option? Currently, my setup looks like the following: ```yaml - name: Setup...
Following this discussion https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/jupyter/8hyGKoBY6O0/RyEDDyOZAQAJ, I'd like to open an issue to track down progress on this feature. The idea would be to add the capability to restore output of a...
For your information, I am trying to get it to work on Docker: https://github.com/hadim/docker-wifi-pumpkin For now, the GUI is correctly executed but I have some issues probably due to permissions....
I am using the latest version. I use the `mkdocs-jupyter` plugin so I have some `ipynb` files in my `nav`: ```yaml nav: - Examples: - dsdasda: examples/xxx.ipynb - dsdsd: examples/xxx.ipynb...
Not available in https://mvnrepository.com ? Any reason for that ? Or am I missing something ?