Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions notebooks/CalculateSharpnessOneImage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"outputs": [],
"source": [
"# Ice Python binding\n",
"%pip install https://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp310-cp310-manylinux_2_28_x86_64.whl\n",
"%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",
"# Package required to interact with IDR or OMERO\n",
"%pip install omero-py==5.19.2"
"%pip install omero-py"
]
},
{
Expand Down Expand Up @@ -430,7 +430,7 @@
},
"source": [
"### License (BSD 2-Clause)\n",
"Copyright (C) 2019-2024 University of Dundee. All Rights Reserved.\n",
"Copyright (C) 2019-2026 University of Dundee. All Rights Reserved.\n",
"\n",
"Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions notebooks/IlluminationCorrectionNotebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"outputs": [],
"source": [
"# Ice Python binding\n",
"%pip install https://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp310-cp310-manylinux_2_28_x86_64.whl\n",
"%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",
"# Package required to interact with IDR or OMERO\n",
"%pip install omero-py==5.19.2"
"%pip install omero-py"
]
},
{
Expand Down Expand Up @@ -250,7 +250,7 @@
},
"source": [
"### License (BSD 2-Clause)\n",
"Copyright (C) 2019-2024 University of Dundee. All Rights Reserved.\n",
"Copyright (C) 2019-2026 University of Dundee. All Rights Reserved.\n",
"\n",
"Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions notebooks/OMEROHelloWorld.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"outputs": [],
"source": [
"# Ice Python binding\n",
"%pip install https://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp310-cp310-manylinux_2_28_x86_64.whl\n",
"%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",
"# Package required to interact with IDR or OMERO\n",
"%pip install omero-py==5.19.2"
"%pip install omero-py"
]
},
{
Expand Down Expand Up @@ -189,7 +189,7 @@
},
"source": [
"### License (BSD 2-Clause)\n",
"Copyright (C) 2019-2024 University of Dundee. All Rights Reserved.\n",
"Copyright (C) 2019-2026 University of Dundee. All Rights Reserved.\n",
"\n",
"Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions notebooks/SimpleFRAP.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"outputs": [],
"source": [
"# Ice Python binding\n",
"%pip install https://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp310-cp310-manylinux_2_28_x86_64.whl\n",
"%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",
"# Package required to interact with IDR or OMERO\n",
"%pip install omero-py==5.19.2"
"%pip install omero-py"
]
},
{
Expand Down Expand Up @@ -444,7 +444,7 @@
"metadata": {},
"source": [
"### License (BSD 2-Clause)\n",
"Copyright (C) 2019-2024 University of Dundee. All Rights Reserved.\n",
"Copyright (C) 2019-2026 University of Dundee. All Rights Reserved.\n",
"\n",
"Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n",
"\n",
Expand Down
Loading