Skip to content

Commit a6ce2bb

Browse files
committed
Add missing space
1 parent 472bdd2 commit a6ce2bb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

notebooks/IlluminationCorrectionNotebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"outputs": [],
2727
"source": [
2828
"# Ice Python binding\n",
29-
"%pip installhttps://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp312-cp312-manylinux_2_28_x86_64.whl\n",
29+
"%pip install https://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp312-cp312-manylinux_2_28_x86_64.whl\n",
3030
"# Package required to interact with IDR or OMERO\n",
3131
"%pip install omero-py"
3232
]

notebooks/OMEROHelloWorld.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"outputs": [],
3232
"source": [
3333
"# Ice Python binding\n",
34-
"%pip installhttps://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp312-cp312-manylinux_2_28_x86_64.whl\n",
34+
"%pip install https://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp312-cp312-manylinux_2_28_x86_64.whl\n",
3535
"# Package required to interact with IDR or OMERO\n",
3636
"%pip install omero-py"
3737
]

notebooks/SimpleFRAP.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"outputs": [],
3131
"source": [
3232
"# Ice Python binding\n",
33-
"%pip installhttps://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp312-cp312-manylinux_2_28_x86_64.whl\n",
33+
"%pip install https://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp312-cp312-manylinux_2_28_x86_64.whl\n",
3434
"# Package required to interact with IDR or OMERO\n",
3535
"%pip install omero-py"
3636
]

0 commit comments

Comments
 (0)