##// END OF EJS Templates
added import command...
drevicko -
Show More
@@ -13,7 +13,8 b' These magics will automatically become available when you create a Client:'
13 13
14 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 19 The initially active View will have attributes ``targets='all', block=True``,
19 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