Skip to content
Snippets Groups Projects

Stop execution on notebook errors

Merged Thomas Kluyver requested to merge on-error-give-up into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -46,7 +46,7 @@ fi
echo "Running notebook"
${python_path} -m princess ${nb_path} --save --on-error-resume-next
${python_path} -m princess ${nb_path} --save
${cal_python_path} -m nbconvert --to rst --TemplateExporter.exclude_input=True ${nb_path}
# stop the cluster if requested
Loading