Skip to content

Commit 6194d37

Browse files
authored
fixes typo auto3dseg/notebooks/data_analyzer.ipynb (#1022)
1 parent 283d5f5 commit 6194d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto3dseg/notebooks/data_analyzer.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"If you have downloaded Task05_Prostate from previous step to your data directory `/workspace/data`, you can run the following in the terminal.\n",
268268
"\n",
269269
"```bash\n",
270-
"python monai.apps.auto3dseg DataAnalyzer get_all_case_stats \\\n",
270+
"python -m monai.apps.auto3dseg DataAnalyzer get_all_case_stats \\\n",
271271
" --datalist=\"../tasks/msd/Task05_Prostate/msd_task05_prostate_folds.json\" \\\n",
272272
" --dataroot=\"/workspace/data/Task05_Prostate\"\n",
273273
"```\n"

0 commit comments

Comments
 (0)