notebook.community
Edit and run
In [ ]: import sys
import sys
In [ ]: sys.exit(0)
sys.exit(0)
In [ ]: print("Cell should not execute.")
print("Cell should not execute.")