Question

I have a jupyter notebook and I would like to perform several runs, the code I want to run depending on the results of the previous runs. I divided my notebook into several cells, and for each run I would like to select which cell should be executed and which one should not. Is there a functionality which looks like "run all cells except those I explicitly deactivate"?

Was it helpful?

Solution

Welcome to DataScience.SE!

This is not currently possible. You could change the cells to Raw.

Licensed under: CC-BY-SA with attribution
Not affiliated with datascience.stackexchange
scroll top