Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Apr 16, 2024
1 parent f534a1a commit ca57d81
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions model_zoo/TCIA_PROSTATEx_Prostate_MRI_Anatomy_Model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,14 @@
"!python -m pip install -q pydicom pydicom-seg\n",
"\n",
"# Install tcia_utils to download the datasets.\n",
"!python -m pip install --upgrade -q tcia_utils\n",
"!python -m pip install --upgrade -q --no-deps tcia_utils\n",
"\n",
"# Install the dependency manually to avoid installing opencv-python.\n",
"!python -m pip install -q plotly bs4 ipywidgets unidecode\n",
"!python -m pip install -q --no-deps rt-utils\n",
"\n",
"# This is the installation required for itkWidgets.\n",
"!python -m pip install --upgrade --pre -q \"itkwidgets[all]==1.0a20\" imjoy_elfinder"
"!python -m pip install --upgrade --pre -q \"itkwidgets[lab]==1.0a50\" imjoy_elfinder"
]
},
{
Expand Down Expand Up @@ -441,9 +445,7 @@
},
{
"data": {
"application/javascript": [
"window.connectPlugin && window.connectPlugin(\"f2c5a353-92e5-49ea-8f0a-4a5232883799\")"
],
"application/javascript": "window.connectPlugin && window.connectPlugin(\"f2c5a353-92e5-49ea-8f0a-4a5232883799\")",
"text/plain": [
"<IPython.core.display.Javascript object>"
]
Expand Down Expand Up @@ -579,9 +581,7 @@
},
{
"data": {
"application/javascript": [
"window.connectPlugin && window.connectPlugin(\"f2c5a353-92e5-49ea-8f0a-4a5232883799\")"
],
"application/javascript": "window.connectPlugin && window.connectPlugin(\"f2c5a353-92e5-49ea-8f0a-4a5232883799\")",
"text/plain": [
"<IPython.core.display.Javascript object>"
]
Expand Down Expand Up @@ -654,9 +654,7 @@
},
{
"data": {
"application/javascript": [
"window.connectPlugin && window.connectPlugin(\"f2c5a353-92e5-49ea-8f0a-4a5232883799\")"
],
"application/javascript": "window.connectPlugin && window.connectPlugin(\"f2c5a353-92e5-49ea-8f0a-4a5232883799\")",
"text/plain": [
"<IPython.core.display.Javascript object>"
]
Expand Down Expand Up @@ -764,7 +762,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit ca57d81

Please sign in to comment.