I am working in jupyter notebook and I have more than 100 cells doing different operations on data but depending on my need I want to run just around 25 different cells in every case.
example:
Run cell 20 then 26 then 79 then 43 then do the current cell's code.
Is this even healthy code, or maybe I should rerun over cells and turn them all into functions, maybe.