콘텐츠로 이동

Run, interrupt and restart the kernel

이 콘텐츠는 아직 번역되지 않았습니다.

Understand execution order, stop a long task, and start with a fresh Python state.

  • An active Standard or Pro subscription, or an eligible trial.

Download the tutorial workspace

Open a notebook → execution controls
·
See the control up close

After a restart, recreate variables by running the notebook in order. A NameError often means an earlier defining cell has not run.

  • For NameError, run the cell that defines the missing name.
  • For FileNotFoundError, check the working folder and keep the data directory beside the notebook.
  • For ModuleNotFoundError, check package availability; downloading a file does not install its Python package.

Contact support