##// END OF EJS Templates
Tidy up references to ipclusterz in parallel examples.
Thomas Kluyver -
Show More
@@ -5,7 +5,7 b' The two files plotting_frontend.py and plotting_backend.py go together.'
5 To run this example, first start the IPython controller and 4
5 To run this example, first start the IPython controller and 4
6 engines::
6 engines::
7
7
8 ipclusterz start -n 4
8 ipcluster start -n 4
9
9
10 Then start ipython in pylab mode::
10 Then start ipython in pylab mode::
11
11
@@ -6,7 +6,7 b' are basically just a time.sleep(t), where t is a random number between'
6 two limits that can be configured at the command line. To run
6 two limits that can be configured at the command line. To run
7 the script there must first be an IPython controller and engines running::
7 the script there must first be an IPython controller and engines running::
8
8
9 ipclusterz start -n 16
9 ipcluster start -n 16
10
10
11 A good test to run with 16 engines is::
11 A good test to run with 16 engines is::
12
12
General Comments 0
You need to be logged in to leave comments. Login now