Skip to content

Commit 94e3a7f

Browse files
committed
remove kernelspec more
1 parent ed8150b commit 94e3a7f

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

helm-based-workflows/notebooks/msmapper_notebook.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -951,11 +951,7 @@
951951
}
952952
],
953953
"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": {},
959955
"language_info": {
960956
"codemirror_mode": {
961957
"name": "ipython",

helm-based-workflows/templates/msmapper-notebook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
-p datadir "{{`{{ workflow.parameters.visitdir }}`}}"
5959
-p inpath "{{`{{ workflow.parameters.inpath }}`}}" \
6060
-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
6262
volumeMounts:
6363
- name: tmp
6464
mountPath: /tmp

helm-based-workflows/templates/xas-notebook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
python -m papermill /tmp/notebook.ipynb /tmp/notebook.ipynb \
5858
-p inpath "{{`{{ workflow.parameters.inpath }}`}}" \
5959
-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
6161
volumeMounts:
6262
- name: tmp
6363
mountPath: /tmp

0 commit comments

Comments
 (0)