##// END OF EJS Templates
monotonize input numbering in an ipython code block
timo -
Show More
@@ -377,7 +377,7 b' The following examples demonstrate how to use the instance attributes:'
377 In [19]: ar.get()
377 In [19]: ar.get()
378 Out[19]: [10, 10]
378 Out[19]: [10, 10]
379
379
380 In [16]: dview.targets = v.client.ids # all engines (4)
380 In [20]: dview.targets = v.client.ids # all engines (4)
381
381
382 In [21]: dview.block = True
382 In [21]: dview.block = True
383
383
General Comments 0
You need to be logged in to leave comments. Login now