Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Jupyter notebook interfaces, is there a way to run all code before a selected line of code?

I was working on a long Jupyter notebook and for some reason I had to close it and restart. After that, I'd like to run all the code before the line I was working on. Is there a convenient way to do this?

like image 295
qazwsx Avatar asked Oct 19 '25 13:10

qazwsx


1 Answers

Click on the cell you want to run above, go to Cell -> Run All Above

like image 113
Adam Hughes Avatar answered Oct 22 '25 02:10

Adam Hughes