ipyparallel
ipyparallel copied to clipboard
IPython Parallel: Interactive Parallel Computing in Python
## Elevator Pitch Replicate the nbextension UI in RetroLab Tree page, so that it's ready for [Notebook 7](https://github.com/jupyter/enhancement-proposals/pull/79). ## Motivation Existing internal/course content might refer to `Open the IPython Clusters`...
When I start a cluster from a Jupyter notebook and then shut down the notebook, the cluster will also shut down. Is there a way to detach a cluster from...
I have been using ipyparallel 6 for a while and would like to migrate to ipyparallel 7 mainly due to fact that the new Cluster API enables you to manage...
If we pickled AsyncResult objects with: 1. msg_ids 2. client connection info 3. partition info for AsyncMapResults We could unpickle to an AsyncHubResult with a new client connection, making the...
I would like to be able to set a timeout PX magics with running in blocked mode. Currently the cell can run infinitely which is problematic in our use case:...
We have CI coverage for batch through SLURM, but not the other batch launchers (beyond template generation). [dask-jobqueue][] has CI for most of our supported batch systems, deployed via docker-compose....
The following script hangs after about ~180 iterations on my machine Number of iterations it gets through seems to be dependent on the time elapsed (hence the sleep) ``` import...

results coming in during submission causes thread contention while submitting tasks, which can thrash performance with context switches This pauses receiving messages while we are preparing tasks to be submitted,...
Signals APIs don't seem to work on Windows. Needs some debugging