You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/llms/pyimagej-ai-guide.ipynb
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,9 @@
27
27
"metadata": {},
28
28
"source": [
29
29
"## 📝 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",
32
31
"- ❗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`"
0 commit comments