Skip to content

Commit 75f67ca

Browse files
committed
DOC: Update itk/3DImage example to use pooch
1 parent 925531e commit 75f67ca

File tree

2 files changed

+17
-29
lines changed

2 files changed

+17
-29
lines changed

examples/integrations/itk/3DImage.ipynb

Lines changed: 15 additions & 19 deletions
Large diffs are not rendered by default.

examples/integrations/itk/DICOM.ipynb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,10 @@
4141
},
4242
{
4343
"cell_type": "code",
44-
"execution_count": 8,
44+
"execution_count": null,
4545
"id": "d140f3f6-c670-4c59-90e0-2d11a0cfe676",
4646
"metadata": {},
47-
"outputs": [
48-
{
49-
"name": "stderr",
50-
"output_type": "stream",
51-
"text": [
52-
"Unzipping contents of '/home/matt/.cache/pooch/06f3f9bf354cbb431cef0c829394e821-download' to '/home/matt/.cache/pooch/06f3f9bf354cbb431cef0c829394e821-download.unzip'\n"
53-
]
54-
}
55-
],
47+
"outputs": [],
5648
"source": [
5749
"dicom_files = pooch.retrieve('https://data.kitware.com/api/v1/item/6347159711dab81428208e24/download',\n",
5850
" known_hash='7ae09068c9b807b2276feb3427cebf82865ae39efc954f0222a4eec1acd6554d',\n",

0 commit comments

Comments
 (0)