Skip to content

Commit dab7488

Browse files
committed
Make warning language more concise
1 parent 87c5fdd commit dab7488

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/llms/pyimagej-ai-guide.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@
2727
"metadata": {},
2828
"source": [
2929
"## 📝 Notes on Google Colab\n",
30-
"Colab is fundamentally a *non-reproducible environment*:\n",
31-
"- We do not have control over what is installed in the base environment, let alone the Python version itself\n",
30+
"Colab is fundamentally a *non-reproducible environment*: we can only *add on* to a pre-configured base environment\n",
3231
"- ❗Therefore we **strongly recommend against** publishing workflows that must run in Colab❗\n",
33-
"\n",
34-
"⚠️ **Note:** If you see `This notebook was not authored by Google` or `Could not access the resources needed to display output` warnings, you can safely ignore them"
32+
"- ⚠️ **Note:** You can safely ignore warnings like: `This notebook was not authored by Google` or `Could not access the resources needed to display output`"
3533
]
3634
},
3735
{

0 commit comments

Comments
 (0)