diff --git a/docs/examples/parallel/plotting/plotting_frontend.py b/docs/examples/parallel/plotting/plotting_frontend.py index 2086458..1e16fe1 100644 --- a/docs/examples/parallel/plotting/plotting_frontend.py +++ b/docs/examples/parallel/plotting/plotting_frontend.py @@ -5,7 +5,7 @@ The two files plotting_frontend.py and plotting_backend.py go together. To run this example, first start the IPython controller and 4 engines:: - ipclusterz start -n 4 + ipcluster start -n 4 Then start ipython in pylab mode:: diff --git a/docs/examples/parallel/task_profiler.py b/docs/examples/parallel/task_profiler.py index a02418b..bef8351 100644 --- a/docs/examples/parallel/task_profiler.py +++ b/docs/examples/parallel/task_profiler.py @@ -6,7 +6,7 @@ are basically just a time.sleep(t), where t is a random number between two limits that can be configured at the command line. To run the script there must first be an IPython controller and engines running:: - ipclusterz start -n 16 + ipcluster start -n 16 A good test to run with 16 engines is::