Skip to content

Commit 27b857c

Browse files
Reword Colab setup: "packages Colab does not ship" -> "packages that aren't already on Colab"
Plainer language in the Colab setup cell's guidance and comment; no behavior change.
1 parent bb04670 commit 27b857c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

visualization_toolkit_final.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"source": [
4040
"## Colab setup (run first)\n",
4141
"\n",
42-
"Running on **Google Colab**? Run the next cell first — it clones the toolkit repo (for the `function/` modules and the sample `data/data.csv`) and installs the few packages Colab does not ship. It does nothing outside Colab, so a local install is unaffected. Then continue with **Setup** below."
42+
"Running on **Google Colab**? Run the next cell first — it clones the toolkit repo (for the `function/` modules and the sample `data/data.csv`) and installs the few packages that aren't already on Colab. It does nothing outside Colab, so a local install is unaffected. Then continue with **Setup** below."
4343
]
4444
},
4545
{
@@ -52,8 +52,8 @@
5252
"# =============================================================================\n",
5353
"# COLAB SETUP (RUN FIRST ON COLAB)\n",
5454
"# On Google Colab this clones the toolkit repo so the `function/` package and\n",
55-
"# the sample `data/data.csv` are on disk, then installs the packages Colab does\n",
56-
"# not ship. It is a NO-OP outside Colab, so local (conda / Jupyter) runs are\n",
55+
"# the sample `data/data.csv` are on disk, then installs the packages that\n",
56+
"# aren't already on Colab. It is a NO-OP outside Colab, so local (conda / Jupyter) runs are\n",
5757
"# unaffected. Colab's preinstalled torch / transformers / numpy / pandas / scipy\n",
5858
"# / scikit-learn stack is left untouched (avoids a slow, CUDA-breaking downgrade).\n",
5959
"# =============================================================================\n",

0 commit comments

Comments
 (0)