Skip to main content

How do I stop Python cells executing?

Harriet McCay avatar
Written by Harriet McCay
Updated this week

Currently it is not possible to stop the execution of a single Python cell. Instead, you can choose to restart the Python kernel - this will clear all variables from memory and re-initialise the Python session, and all of your Python cells will be re-executed in DAG order.

--

For more information on Python in Count, check out our docs.

Did this answer your question?