Skip to content

Commit ec6ea27

Browse files
authored
Merge pull request #22 from Imageomics/notebook-fix
Update notebooks pip commands
2 parents 70cf346 + 0a948e4 commit ec6ea27

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

examples/PredictImages.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"output_type": "stream",
2121
"text": [
2222
"\n",
23-
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m23.0.1\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.0\u001b[0m\n",
23+
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m23.0.1\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.2\u001b[0m\n",
2424
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n"
2525
]
2626
}
2727
],
2828
"source": [
29-
"!pip install git+https://github.com/Imageomics/pybioclip ipywidgets --quiet"
29+
"!pip install pybioclip ipywidgets --quiet"
3030
]
3131
},
3232
{

0 commit comments

Comments
 (0)