[IPython-dev] Starting an IPython cluster from within a Python script

Michael Bilow michael.k.bilow at gmail.com
Wed Sep 12 13:17:58 EDT 2012


Quick question:

When I try to start an IPython cluster from a python script, for example,
using os.system("ipcluster start -n 6"), the process just seems to hang.  I
think this is because the process is waiting for a return value from the
call to os.system, which never comes.  Starting an ipcluster in another
shell window works fine.  Is there a way (or is it not recommended) to
start ipclusters within a Python script?

Thanks!

Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20120912/e7cd2e25/attachment.html>


More information about the IPython-dev mailing list