Skip to content
Snippets Groups Projects
Commit 03046a38 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Stop execution on notebook errors

parent 7acf1828
No related branches found
No related tags found
1 merge request!510Stop execution on notebook errors
...@@ -46,7 +46,7 @@ fi ...@@ -46,7 +46,7 @@ fi
echo "Running notebook" 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} ${cal_python_path} -m nbconvert --to rst --TemplateExporter.exclude_input=True ${nb_path}
# stop the cluster if requested # stop the cluster if requested
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment