##// 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

Messaging for Parallel Computing

IPython parallel has moved to ipyparallel - see :ref:`ipyparallel:parallel_messages` for the documentation.