Add support for SKIPPING cells' execution #141
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hey,
First, great open source project.
I suggest the following feature:
Currently to execute the entire notebook we can do:
Now, if we want to execute only the first cell, we shall do:
But what if we want to execute the entire notebook besides the first cell ???
Currently it has to be as follow:
But A MUCH CLEANER APPROACH would be:
The text was updated successfully, but these errors were encountered: