Skip to content

Commit 0047739

Browse files
authored
Merge pull request #246 from Project-MONAI/gbae/update_gdown
Update gdown command and missing package
2 parents 9e499ae + c766d71 commit 0047739

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

notebooks/tutorials/02_mednist_app-prebuilt.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"source": [
192192
"# Download mednist_classifier_data.zip\n",
193193
"!pip install gdown \n",
194-
"!gdown https://drive.google.com/uc?id=1yJ4P-xMNEfN6lIOq_u6x1eMAq1_MJu-E"
194+
"!gdown \"https://drive.google.com/uc?id=1yJ4P-xMNEfN6lIOq_u6x1eMAq1_MJu-E\""
195195
]
196196
},
197197
{

notebooks/tutorials/03_segmentation_app.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
"source": [
665665
"# Download ai_spleen_seg_data test data zip file\n",
666666
"!pip install gdown \n",
667-
"!gdown https://drive.google.com/uc?id=1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n\n",
667+
"!gdown \"https://drive.google.com/uc?id=1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n\"\n",
668668
"\n",
669669
"# After downloading ai_spleen_seg_data zip file from the web browser or using gdown,\n",
670670
"!unzip -o \"ai_spleen_seg_data_updated_1203.zip\""

notebooks/tutorials/04_mis_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
}
248248
],
249249
"source": [
250-
"!gdown https://drive.google.com/uc?id=12uNO1tyqZh1oFkZH41Osliey7TRm-BBG\n",
250+
"!gdown \"https://drive.google.com/uc?id=12uNO1tyqZh1oFkZH41Osliey7TRm-BBG\"\n",
251251
"!unzip -o charts.zip"
252252
]
253253
},
@@ -991,7 +991,7 @@
991991
"source": [
992992
"# Download ai_spleen_seg_data if not done so already\n",
993993
"!pip install gdown \n",
994-
"!gdown https://drive.google.com/uc?id=1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n\n",
994+
"!gdown \"https://drive.google.com/uc?id=1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n\"\n",
995995
"!unzip -o \"ai_spleen_seg_data_updated_1203.zip\"\n",
996996
"\n",
997997
"!cd dcm; zip -rq ../input.zip *\n",

notebooks/tutorials/05_full_tutorial.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"!python -c \"import pydicom\" || pip install -q \"pydicom>=1.4.2\"\n",
9595
"!python -c \"import SimpleITK\" || pip install -q \"SimpleITK>=2.0.0\"\n",
9696
"!python -c \"import typeguard\" || pip install -q \"typeguard>=2.12.1\"\n",
97+
"!python -c \"import matplotlib\" || pip install -q \"matplotlib>=3.3.4\"\n",
9798
"!python -c \"import nilearn\" || pip install -q \"nilearn>=0.8.1\"\n",
9899
"\n",
99100
"# Install MONAI Deploy App SDK package\n",
@@ -655,7 +656,7 @@
655656
"source": [
656657
"# Download ai_spleen_seg_data test data zip file\n",
657658
"!pip install gdown \n",
658-
"!gdown https://drive.google.com/uc?id=1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n\n",
659+
"!gdown \"https://drive.google.com/uc?id=1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n\"\n",
659660
"\n",
660661
"# After downloading ai_spleen_seg_data zip file from the web browser or using gdown,\n",
661662
"!unzip -o \"ai_spleen_seg_data_updated_1203.zip\""
@@ -1768,7 +1769,7 @@
17681769
}
17691770
],
17701771
"source": [
1771-
"!gdown https://drive.google.com/uc?id=12uNO1tyqZh1oFkZH41Osliey7TRm-BBG\n",
1772+
"!gdown \"https://drive.google.com/uc?id=12uNO1tyqZh1oFkZH41Osliey7TRm-BBG\"\n",
17721773
"!unzip -o charts.zip"
17731774
]
17741775
},

0 commit comments

Comments
 (0)