Skip to content

Commit f651247

Browse files
committed
Reframe notebook troubleshooting
1 parent 212130f commit f651247

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/Google-Colab-Basics.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ 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+
### Fixing a stuck notebook
106+
107+
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:
108+
109+
* In the `Command toolbar`, use the `Run all` button's drop-down menu to restart the session
110+
* Use the `Runtime` section to delete the runtime and start a new one
111+
* Reload the page
112+
105113
### Connecting Files
106114

107115
Using the `Files` sidebar tab will open a file browser *on the remote runtime*. This section also contains two buttons for bringing data into your notebook:
@@ -211,12 +219,4 @@ In our experience, these are some of the main limitations of using the integrate
211219
* No ability for live websearches (limiting its knowledge to the time of training)
212220
* Known to hallucinate on cell output when cells are "wrong" but code compiled and ran without an error
213221

214-
If you are unsatisfied with Gemini's abilities, we do make it easy to copy over configuration text for other LLMs (all of which should understand Colab and Jupyter Notebook syntax - sometimes better than Gemini!).
215-
216-
## Notebook Troubleshooting
217-
218-
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:
219-
220-
* In the `Command toolbar`, use the `Run all` button's drop-down menu to restart the session
221-
* Delete the runtime and start a new one
222-
* Reload the page
222+
If you are unsatisfied with Gemini's abilities, we do make it easy to copy over configuration text for other LLMs (all of which should understand Colab and Jupyter Notebook syntax - sometimes better than Gemini!).

0 commit comments

Comments
 (0)