colab_pause_notebook
Pause a Colab notebook by checkpointing it locally and releasing the session. Transfer non-notebook artifacts before pausing to avoid losing /content.
Instructions
Checkpoint locally then release. Transfer non-notebook artifacts first; /content is lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | Unique local name of a tracked Colab assignment. | |
| notebook_path | Yes | Existing local .ipynb checkpoint path. |