##// END OF EJS Templates
Fix locals collisions with shell variables...
Fix locals collisions with shell variables Fixes issues with namespace collisions, e.g. : ```python cfg = 'trap' %config IPCompleter.use_jedi = False ``` Causes: `AttributeError: 'str' object has no attribute 'IPCompleter'` fixes https://github.com/ipython/ipython/issues/11835

File last commit:

r21636:ec0fabd0
r25530:023e5b5d
Show More
parallel_messages.rst
8 lines | 218 B | text/x-rst | RstLexer
Min RK
remove a few more docs that have been moved to other repos
r21636 :orphan:
MinRK
added parallel message docs to development section
r2790
Min RK
remove a few more docs that have been moved to other repos
r21636 ================================
MinRK
added parallel message docs to development section
r2790 Messaging for Parallel Computing
================================
Min RK
remove a few more docs that have been moved to other repos
r21636 IPython parallel has moved to ipyparallel -
see :ref:`ipyparallel:parallel_messages` for the documentation.