Skip to content

Commit 8b61138

Browse files
authored
Merge pull request #20 from Leengit/Better_example_for_mybinder
DOC: Better example for mybinder
2 parents 976f000 + fcb1a45 commit 8b61138

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/ITKColorNormalization.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"outputs": [],
3737
"source": [
3838
"# Fetch input images, if we don have them already.\n",
39-
"input_image_filename = 'Hard.png'\n",
40-
"input_image_url = 'https://data.kitware.com/api/v1/file/57718cc48d777f1ecd8a883f/download'\n",
39+
"input_image_filename = 'Easy1.png'\n",
40+
"input_image_url = 'https://data.kitware.com/api/v1/file/576ad39b8d777f1ecd6702f2/download'\n",
4141
"if not os.path.exists(input_image_filename):\n",
4242
" urlretrieve(input_image_url, input_image_filename)\n",
4343
"\n",
44-
"reference_image_filename = 'Easy1.png'\n",
45-
"reference_image_url = 'https://data.kitware.com/api/v1/file/576ad39b8d777f1ecd6702f2/download'\n",
44+
"reference_image_filename = 'Hard.png'\n",
45+
"reference_image_url = 'https://data.kitware.com/api/v1/file/57718cc48d777f1ecd8a883f/download'\n",
4646
"if not os.path.exists(reference_image_filename):\n",
4747
" urlretrieve(reference_image_url, reference_image_filename)\n",
4848
" \n",

0 commit comments

Comments
 (0)