-
Looking for help with this error. This is coming up at the end of my code running.
I think the error stems from the italicized section of the code:
```
from ipyparallel import Client
v = Client…
-
I find that there is no way to query if the cluster is still live, and any tasks submitted will hang with no method for checking connection status.
Is there any workaround or heartbeat that occurs …
-
Continued discussion from #751.
We also can't rely `asyncio_run` in the future, since it relies on the deprecated global `get_event_loop` and `set_event_loop`.
Options for moving forward:
- U…
-
Map_sync with pandas operation function does not finish.
I have very long dataframe. So I split the dataframe into 40 sub-dataframes, and apply pandas operation to 40 sub-dataframes parallelly by u…
-
This is following on from https://github.com/sherpa/sherpa/issues/730#issuecomment-658276065
With the following in `~/.sherpa-standalone.rc`:
```
[multiprocessing]
multiprocessing_start_method…
-
Hi,
I couldn't find the answer in the docs so asking here.
What is the max number of engines I can run simultaneously in my cluster?
I don't mean in one server, but in the entire cluster.
Th…
-
I'm using SSHProxyEngineSetLauncher to start an ipcluster on a remote machine which uses condor.
When stopping SSHProxyEngineSetLauncher condor_q still shows ipengines in the queue.
I think this …
-
## Description
I use `jupyter/tensorflow-notebook:python-3.10` with `jupyterlab 3.6.5`, `jupyter_server 2.7.0` and `jupyterlab_server 2.24.0`.
## Reproduce
1. `ln -s / "${NB_HOME}/.lsp-symlin…
tsjk updated
11 months ago
-
Hi, I'm facing an issue where Traceback is shown under first cell, where IPyParallel is defined, not under the actual cell in which error was raised.
Steps to reproduce:
1. Terminal 1
```shell
…
-
I'm trying to start cluster with ssh. The following error message appears in engine log:
```
2021-12-08 00:42:19.562 [IPEngine] Config changed: {'ProfileDir': {'location': '.ipython/profile_ssh'},…