##// END OF EJS Templates
Merge pull request #6550 from drevicko/update-parallel-magic-doc...
Min RK -
r18017:26b04310 merge
parent child Browse files
Show More
@@ -13,7 +13,8 b' These magics will automatically become available when you create a Client:'
13
13
14 .. sourcecode:: ipython
14 .. sourcecode:: ipython
15
15
16 In [2]: rc = parallel.Client()
16 In [1]: from IPython.parallel import Client
17 In [2]: rc = Client()
17
18
18 The initially active View will have attributes ``targets='all', block=True``,
19 The initially active View will have attributes ``targets='all', block=True``,
19 which is a blocking view of all engines, evaluated at request time
20 which is a blocking view of all engines, evaluated at request time
General Comments 0
You need to be logged in to leave comments. Login now