python - How to loop through multiple cells in Jupyter / iPython Notebook -
this question has answer here:
i've got jupyter notebook couple hundred lines of code in it, spread across 30 cells. if want loop through 10 cells in middle (e.g. using loop), how do that? possible, or need merge code in loop 1 cell?
the way can see join cells, , put entire thing in for/while loop.
Comments
Post a Comment