refactoring

This commit is contained in:
frankknoll
2023-02-27 12:38:19 +01:00
parent 4c311ea8a1
commit c9eaa6c228

View File

@@ -39,10 +39,10 @@ jobs:
shell: bash -el {0} shell: bash -el {0}
run: | run: |
cd src cd src
jupyter nbconvert --to script HowBadIsMyBatch.ipynb # jupyter nbconvert --to script HowBadIsMyBatch.ipynb
python ./HowBadIsMyBatch.py # python ./HowBadIsMyBatch.py
# jupyter nbconvert --ExecutePreprocessor.kernel_name="howbadismybatch-venv-kernel" --to notebook --allow-errors --execute HowBadIsMyBatch.ipynb jupyter nbconvert --ExecutePreprocessor.kernel_name="howbadismybatch-venv-kernel" --to notebook --allow-errors --execute HowBadIsMyBatch.ipynb
# jupyter nbconvert --to html HowBadIsMyBatch.nbconvert.ipynb jupyter nbconvert --to html HowBadIsMyBatch.nbconvert.ipynb
git add -A git add -A
git commit -m "updating data for batch codes" git commit -m "updating data for batch codes"
- name: Executing Intensivstationen.ipynb - name: Executing Intensivstationen.ipynb