FAQ
FAQ
Updated on 01 Oct 2025

What counts as idle in AI Notebook?

A notebook is considered idle when there is no user interaction or code execution for a period of time. Specifically:

  • Kernel idle: No code cells are run or executed. Simply keeping the notebook open does not count as activity.

  • Lab idle: No interaction with the JupyterLab interface, such as typing in cells, clicking, or switching tabs.

Even if your session ends due to idleness, all your data is safely saved in persistent storage and can be resumed later.