I have a code that is applying changes to a dataset and then the next cell picks this up to continue with an other set of changes. This is done for my own readability and troubleshooting in datamunging.
I think I finished the code and want to apply it to the initial data. Ipython notebook has an option run all cells.
My question is does it run them one after another or simultaneously ?