Skip to content

Update gdown command and missing package #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2022
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
2 changes: 1 addition & 1 deletion notebooks/tutorials/02_mednist_app-prebuilt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"source": [
"# Download mednist_classifier_data.zip\n",
"!pip install gdown \n",
"!gdown https://drive.google.com/uc?id=1yJ4P-xMNEfN6lIOq_u6x1eMAq1_MJu-E"
"!gdown \"https://drive.google.com/uc?id=1yJ4P-xMNEfN6lIOq_u6x1eMAq1_MJu-E\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/tutorials/03_segmentation_app.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
"source": [
"# Download ai_spleen_seg_data test data zip file\n",
"!pip install gdown \n",
"!gdown https://drive.google.com/uc?id=1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n\n",
"!gdown \"https://drive.google.com/uc?id=1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n\"\n",
"\n",
"# After downloading ai_spleen_seg_data zip file from the web browser or using gdown,\n",
"!unzip -o \"ai_spleen_seg_data_updated_1203.zip\""
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/04_mis_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
}
],
"source": [
"!gdown https://drive.google.com/uc?id=12uNO1tyqZh1oFkZH41Osliey7TRm-BBG\n",
"!gdown \"https://drive.google.com/uc?id=12uNO1tyqZh1oFkZH41Osliey7TRm-BBG\"\n",
"!unzip -o charts.zip"
]
},
Expand Down Expand Up @@ -991,7 +991,7 @@
"source": [
"# Download ai_spleen_seg_data if not done so already\n",
"!pip install gdown \n",
"!gdown https://drive.google.com/uc?id=1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n\n",
"!gdown \"https://drive.google.com/uc?id=1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n\"\n",
"!unzip -o \"ai_spleen_seg_data_updated_1203.zip\"\n",
"\n",
"!cd dcm; zip -rq ../input.zip *\n",
Expand Down
5 changes: 3 additions & 2 deletions notebooks/tutorials/05_full_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"!python -c \"import pydicom\" || pip install -q \"pydicom>=1.4.2\"\n",
"!python -c \"import SimpleITK\" || pip install -q \"SimpleITK>=2.0.0\"\n",
"!python -c \"import typeguard\" || pip install -q \"typeguard>=2.12.1\"\n",
"!python -c \"import matplotlib\" || pip install -q \"matplotlib>=3.3.4\"\n",
"!python -c \"import nilearn\" || pip install -q \"nilearn>=0.8.1\"\n",
"\n",
"# Install MONAI Deploy App SDK package\n",
Expand Down Expand Up @@ -655,7 +656,7 @@
"source": [
"# Download ai_spleen_seg_data test data zip file\n",
"!pip install gdown \n",
"!gdown https://drive.google.com/uc?id=1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n\n",
"!gdown \"https://drive.google.com/uc?id=1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n\"\n",
"\n",
"# After downloading ai_spleen_seg_data zip file from the web browser or using gdown,\n",
"!unzip -o \"ai_spleen_seg_data_updated_1203.zip\""
Expand Down Expand Up @@ -1768,7 +1769,7 @@
}
],
"source": [
"!gdown https://drive.google.com/uc?id=12uNO1tyqZh1oFkZH41Osliey7TRm-BBG\n",
"!gdown \"https://drive.google.com/uc?id=12uNO1tyqZh1oFkZH41Osliey7TRm-BBG\"\n",
"!unzip -o charts.zip"
]
},
Expand Down