[IPython-User] ipython parallel
Fernando Perez
fperez.net@gmail....
Fri Jun 22 15:18:36 CDT 2012
On Fri, Jun 22, 2012 at 1:10 PM, Wolfgang Kerzendorf
<wkerzendorf@gmail.com> wrote:
> I had a look but I can't find default files for ipcontroller_config.py or
> ipcluster_config.py
Try
ipython profile create --parallel <yourprofilename>
and it will create all the config file templates.
But you can also make them yourself with just the options you want,
they just look like
c = get_config()
c.StartPuttingStuffHere = True
c....
Cheers,
f
More information about the IPython-User
mailing list