Is there a cell tag convention to *skip* execution?

“How to (intermittently) skip certain cells when running IPython notebook?” https://stackoverflow.com/questions/19309287/how-to-intermittently-skip-certain-cells-when-running-ipython-notebook suggests a number of solutions.

One suggestion is to add
%%script echo skipping to the top of a cell. This doesn’t require the author or the reviewers to install an extension.

1 Like