-
Running the following script in Python 3.8
```python
#!/usr/bin/env python3
# ipcluster start --n=10 --profile=test --cluster-id=''
# python run_learner.py --n=10 --profile=test
from adaptive_sch…
-
I have a function that is going slow and I would like to figure out what is holding it up. I have profiled the underlying non-parallel function and it goes about as fast as it can on data of a size wh…
-
I'm running simulations in parallel on Hyak using ipyparallel. I'm able to load and simulate models on many engines, but eventually I run out of memory. After doing a couple of tests, I believe the me…
-
![image](https://github.com/bioconda/bioconda-recipes/assets/162944111/7ba23b00-32e6-4215-99f3-14f7404d8dcc)
The installed version of ipyparallel is 8.8, but can only use>=6.0.2,
-
There are lots of ultra-powerful distributed compute methods, but not a lot of just-powerful-enough ones that do exactly what you need and nothing more. For one particular example use case of relevanc…
-
Importing modules or defining functions in regular cells (without the `%%px` magic) are not known in cells where the `%%px` macro is used.
The same is true for the other way around.
To reproduce thi…
-
A lot of users seem to be surprised by the number of processes that are started as part of an IPyParallel cluster. In my testing, we seem to start 2 processes per engine (the engine itself and the nan…
-
Create a plugin that starts a set of engines on OSDC using the ipcluster plugin interface. Effect would be to simplify the steps outlined in docs/osdc_cluster.rst to just one command: ipcluster ...
…
-
In Heptapod by @mgorny on Nov 20, 2023, 14:31
Found in the wild in ipyparallel: https://github.com/ipython/ipyparallel/issues/845
```
$ python3.10 -c 'import inspect, types; inspect.signature(types.…
-
I am getting the following warning when I type `from qinfer import simple_est_prec`.
```
/home/shehab/anaconda2/envs/py36/lib/python3.6/site-packages/IPython/parallel.py:13: ShimWarning: The `IPyt…