Skip to content

Commit e457c93

Browse files
committed
update according to the guide
Signed-off-by: Wenqi Li <[email protected]>
1 parent bdc522d commit e457c93

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

model_zoo/TCIA_PROSTATEx_Prostate_MRI_Anatomy_Model.ipynb

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,13 @@
7979
"source": [
8080
"# 1. Setup\n",
8181
"\n",
82-
"These are the initial steps for running notebooks within various Jupyter environments.\n",
83-
"\n",
82+
"These are the initial steps for running notebooks within various Jupyter environments."
83+
]
84+
},
85+
{
86+
"cell_type": "markdown",
87+
"metadata": {},
88+
"source": [
8489
"## Setup environment"
8590
]
8691
},
@@ -163,7 +168,11 @@
163168
"# imports for monai\n",
164169
"import torch\n",
165170
"from monai.data import decollate_batch\n",
166-
"from monai.bundle import ConfigParser, download"
171+
"from monai.bundle import ConfigParser, download\n",
172+
"\n",
173+
"from monai.config import print_config\n",
174+
"\n",
175+
"print_config()"
167176
]
168177
},
169178
{

0 commit comments

Comments
 (0)