ipyparallel icon indicating copy to clipboard operation
ipyparallel copied to clipboard

IPython Parallel: Interactive Parallel Computing in Python

Results 93 ipyparallel issues
Sort by recently updated
recently updated
newest added

I keep trying to launch a cluster through both Jupyter notebook and the terminal interface. below is the output of the ipcluster start command. ``` ipcluster start -n 1 --debug...

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

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...

To reproduce that you need patch mentioned in https://github.com/ipython/ipyparallel/issues/711

First of all it is not possible now use straight `sphinx-build` ```console [tkloczko@devel-g2v ipyparallel-8.3.0]$ /usr/bin/sphinx-build -n -T -b html docs/source build/sphinx/html Running Sphinx v4.5.0 WARNING: The config value `today' has...

The errors we report in case of OOM and Segmentation-Fault are now much better, but I was wondering is there a way to make them more "user-friendly"? 1. Currently, at...

As discussed https://github.com/ipython/ipyparallel/issues/695, it would be good to have an option in IPyParallel clusters, where the engines are automatically restarted (or a new engine set is started) when engines die...

enhancement

It seems like the engines use a lot of "static" memory, i.e. when we start the engines, they take up noticeable memory even when nothing has been executed. In our...

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'}, 'IPEngine': {'work_dir': '/home/xd/project/Finance/quant_v1', 'profile': 'ssh'}, 'Session':...

I am using a pristine notebook and kernel to run the example from [the documentation](https://ipyparallel.readthedocs.io/en/latest/). Execution fails with error messages. ## Environment - Jupyter Notebook 6.4.5 - Python 3.8.5 -...