I have an IPython notebook with multiple cells that I want to run several times in parallel with only a difference on some parameters (which are defined inside on of the notebook's cells). What is the easiest way of doing it?
I have a workstation with 12 cores. whenever I run a notebook it only uses one of the cores. I want to use the other cores to run the exact same notebook but with some modifications of some parameters. Is it possible?
Thank you very much
I actually then found a way to do it.
in the code above notebook is a python function that receives as input a number, get the variables values for this iteration and runs every original cell.