Skip to content

Commit 87c5fdd

Browse files
committed
Clarify behavior of troubleshooting steps
1 parent 943a44f commit 87c5fdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Google-Colab-Basics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ This can be annoying with the [AI Tutorial Notebook](AI-Tutorial-Notebook.md), a
112112

113113
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:
114114

115-
* In the `Command toolbar`, use the `Run all` button's drop-down menu to restart the session
116-
* Use the `Runtime` section to delete the runtime and start a new one
117-
* Reload the page
115+
* The first thing to try is the `Restart session` option under `Run all` in the `Command toolbar`. This just restarts the Python kernel and **does not delete your remote instance**, keeping your downloaded files intact
116+
* If needed, use the `Runtime` section to delete the runtime and start a new one (you will have to re-download and re-install things)
117+
* Reload the page. This will discard any notebook changes and chatbot conversation history
118118

119119
### Connecting Files
120120

0 commit comments

Comments
 (0)