Skip to content

Commit 9d0fbd1

Browse files
committed
Add note on timeouts
1 parent 0e4a6e4 commit 9d0fbd1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Google-Colab-Basics.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ Once a runtime is connected, the `Runtime management` area will update to show r
102102

103103
![Connected runtime](doc-images/runtime-connected.jpg)
104104

105+
### Runtime Timeouts
106+
107+
Note that idle runtimes *will* [timeout and be deleted](https://research.google.com/colaboratory/faq.html#idle-timeouts). You won't loose anything in your notebook, just execution state.
108+
109+
This can be annoying with the [AI Tutorial Notebook](AI-Tutorial-Notebook.md), as it means running the setup again.
110+
105111
### Fixing a stuck notebook
106112

107113
Because notebooks are long-running Python sessions, it is possible to run into unexpected behavior: for example, the impact of code that was previously run but then deleted may still have lingering effects. If you run into problems, try one or more of the following:

0 commit comments

Comments
 (0)