File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 951
951
}
952
952
],
953
953
"metadata" : {
954
- "kernelspec" : {
955
- "display_name" : " Python 3.12 [DLS Conda]" ,
956
- "language" : " python" ,
957
- "name" : " conda-env-DLS_Conda-python3.12-kernel.json"
958
- },
954
+ "kernelspec" : {},
959
955
"language_info" : {
960
956
"codemirror_mode" : {
961
957
"name" : " ipython" ,
Original file line number Diff line number Diff line change 58
58
-p datadir "{{`{{ workflow.parameters.visitdir }}`}}"
59
59
-p inpath "{{`{{ workflow.parameters.inpath }}`}}" \
60
60
-p outpath "{{`{{ workflow.parameters.outpath }}`}}"
61
- jupyter nbconvert --execute --allow-errors --to html --output notebook --output-dir /tmp /tmp/notebook.ipynb
61
+ python -m nbconvert --execute --allow-errors --to html --output notebook --output-dir /tmp /tmp/notebook.ipynb
62
62
volumeMounts :
63
63
- name : tmp
64
64
mountPath : /tmp
Original file line number Diff line number Diff line change 57
57
python -m papermill /tmp/notebook.ipynb /tmp/notebook.ipynb \
58
58
-p inpath "{{`{{ workflow.parameters.inpath }}`}}" \
59
59
-p outpath "{{`{{ workflow.parameters.outpath }}`}}"
60
- jupyter nbconvert --execute --allow-errors --to html --output notebook --output-dir /tmp /tmp/notebook.ipynb
60
+ python -m nbconvert --execute --allow-errors --to html --output notebook --output-dir /tmp /tmp/notebook.ipynb
61
61
volumeMounts :
62
62
- name : tmp
63
63
mountPath : /tmp
You can’t perform that action at this time.
0 commit comments