Skip to content

Commit

Permalink
DOC: Update itk/3DImage example to use pooch
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Nov 23, 2022
1 parent 925531e commit 75f67ca
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 29 deletions.
34 changes: 15 additions & 19 deletions examples/integrations/itk/3DImage.ipynb

Large diffs are not rendered by default.

12 changes: 2 additions & 10 deletions examples/integrations/itk/DICOM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,10 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"id": "d140f3f6-c670-4c59-90e0-2d11a0cfe676",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Unzipping contents of '/home/matt/.cache/pooch/06f3f9bf354cbb431cef0c829394e821-download' to '/home/matt/.cache/pooch/06f3f9bf354cbb431cef0c829394e821-download.unzip'\n"
]
}
],
"outputs": [],
"source": [
"dicom_files = pooch.retrieve('https://data.kitware.com/api/v1/item/6347159711dab81428208e24/download',\n",
" known_hash='7ae09068c9b807b2276feb3427cebf82865ae39efc954f0222a4eec1acd6554d',\n",
Expand Down

0 comments on commit 75f67ca

Please sign in to comment.