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

Merge branch 'feat/princess' into 'master'

Show output while running notebooks

See merge request detectors/pycalibration!372
parents 18d629db b1478601
No related branches found
No related tags found
1 merge request!372Show output while running notebooks
......@@ -45,8 +45,9 @@ then
fi
echo "Running script"
${python_path} -m nbconvert --to rst --ExecutePreprocessor.timeout=36000 --ExecutePreprocessor.allow_errors=True --TemplateExporter.exclude_input=True --execute ${nb_path}
echo "Running notebook"
${python_path} -m princess ${nb_path} --save --on-error-resume-next
${python_path} -m nbconvert --to rst --TemplateExporter.exclude_input=True ${nb_path}
# stop the cluster if requested
if [ "${ipcluster_profile}" != "NO_CLUSTER" ]
......
......@@ -17,17 +17,18 @@ ipykernel == 5.1.4
ipython == 7.12.0
ipython_genutils == 0.2.0
Jinja2 == 2.11.2
jupyter == 1.0.0
jupyter_client == 5.3.4
jupyter_client == 6.1.7
jupyter_console == 6.1.0
jupyter-core == 4.6.1
karabo_data == 0.7.0
lxml == 4.5.0
metadata_client == 3.0.5
nbclient == 0.5.1
nbconvert == 5.6.1
nbformat == 5.0.7
numpy == 1.19.1
prettytable == 0.7.2
princess == 0.2
pypandoc == 1.4
python-dateutil == 2.8.1
pyyaml == 5.3
......
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