File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
"outputs" : [],
32
32
"source" : [
33
33
" !pip install -q ipywidgets==7.6\n " ,
34
- " !python -c \" import monai \" || pip install -q \" monai-weekly[nibabel]\"\n " ,
34
+ " !pip install -q \" monai-weekly[nibabel]\"\n " ,
35
35
" import monai\n " ,
36
36
" from monai.apps.utils import download_url\n " ,
37
37
" \n " ,
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ for file in "${files[@]}"; do
312
312
replace_text
313
313
done
314
314
315
- python -c ' import monai; monai.config.print_config() '
315
+ # echo "$notebook" > "${base_path}/debug_notebook.ipynb"
316
316
time out=$( echo " $notebook " | papermill --progress-bar -k " $kernelspec " )
317
317
success=$?
318
318
if [[ ${success} -ne 0 || " $out " =~ " \" status\" : \" failed\" " ]]; then
You can’t perform that action at this time.
0 commit comments