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 [ |
|
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