Skip to content

Commit 5d03fea

Browse files
authored
1510 fixes downloading url (#1511)
Fixes #1510 ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Avoid including large-size files in the PR. - [x] Clean up long text outputs from code cells in the notebook. - [x] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [x] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [x] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` Signed-off-by: Wenqi Li <wenqil@nvidia.com>
1 parent 8c56829 commit 5d03fea

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

modules/transforms_demo_2d.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,14 @@
188188
],
189189
"source": [
190190
"resource = (\n",
191-
" \"https://warwick.ac.uk/fac/sci/dcs/research/tia/\"\n",
192-
" + \"glascontest/download/warwick_qu_dataset_released_2016_07_08.zip\"\n",
191+
" \"https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/\"\n",
192+
" + \"warwick_qu_dataset_released_2016_07_08.zip\"\n",
193193
")\n",
194+
"# original source:\n",
195+
"# resource = (\n",
196+
"# \"https://warwick.ac.uk/fac/sci/dcs/research/tia/\"\n",
197+
"# + \"glascontest/download/warwick_qu_dataset_released_2016_07_08.zip\"\n",
198+
"# )\n",
194199
"md5 = None\n",
195200
"\n",
196201
"compressed_file = os.path.join(root_dir, \"warwick_qu_dataset_released_2016_07_08.zip\")\n",
@@ -436,7 +441,7 @@
436441
"name": "python",
437442
"nbconvert_exporter": "python",
438443
"pygments_lexer": "ipython3",
439-
"version": "3.8.13"
444+
"version": "3.9.16"
440445
}
441446
},
442447
"nbformat": 4,

0 commit comments

Comments
 (0)