##// END OF EJS Templates
Fixing small bug in activate....
Fixing small bug in activate. If the parallelmagic extension has not been loaded, activate would get an empty list from get_component. Now get_component returns None in that case and activate checks for None and prints a message to the user to load the extension.

File last commit:

r2276:cdecc6d2
r2321:4b6047ed
Show More
index.txt
12 lines | 184 B | text/plain | TextLexer
Brian E Granger
Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. ...
r1258 ==================================
Using IPython for interactive work
==================================
Brian E Granger
Beginning to organize the rst documentation.
r1256
.. toctree::
Brian Granger
Update of docs to reflect the new ipcluster version....
r1788 :maxdepth: 2
Brian E Granger
Beginning to organize the rst documentation.
r1256
Brian E Granger
Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. ...
r1258 tutorial.txt
reference.txt
shell.txt
Brian Granger
Work on documentation....
r2276
Brian Granger
Cleanup of docs....
r2275