Skip to content

Commit 3f7bd5d

Browse files
committed
docs: add save file error docs
1 parent 482ca03 commit 3f7bd5d

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

examples/science/af3-slurm/examples/simple_ipynb_launcher/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,27 @@ The job requires **more memory** than is available on the assigned compute node(
201201
```
202202
203203
- You may also consider requesting more powerful machine types depending on your platform’s options.
204+
205+
### Notebook Save Error
206+
207+
<img src="adm/notebook-save-failed.png" alt="notebook save failed" width="1000">
208+
209+
#### Symptom
210+
The notebook file fails to save, and an error message appears. This can also happen suddenly due to an automated save triggered by Jupyter.
211+
212+
#### Cause
213+
This issue can occur due to network connectivity problems, insufficient disk space, or lack of write permissions in the save location.
214+
215+
#### Resolution
216+
217+
- Verify your network connection is stable.
218+
219+
- Ensure you have write permissions to the save directory.
220+
221+
- Check that there is enough disk space available.
222+
223+
- Try saving the notebook again manually.
224+
225+
- To avoid losing work, save your current progress manually to a different file before retrying. This way, you can decide whether to overwrite the original notebook.
226+
227+
- You may choose to **ignore this error**, but note that unsaved changes could be lost.
28.2 KB
Loading

0 commit comments

Comments
 (0)