converting HowBadIsMyBatch.ipynb to script

This commit is contained in:
frankknoll
2023-02-11 16:05:13 +01:00
parent 06003695e9
commit c91fb5817f
2 changed files with 3 additions and 2 deletions

View File

@@ -39,8 +39,8 @@ jobs:
shell: bash -el {0}
run: |
cd src
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 script HowBadIsMyBatch.ipynb
python ./HowBadIsMyBatch.py
git add -A
git commit -m "updating data for batch codes"
- name: Executing Intensivstationen.ipynb

1
.gitignore vendored
View File

@@ -14,3 +14,4 @@ src/HowBadIsMyBatch.nbconvert.html
src/__pycache__/
src/intensivstationen/__pycache__/
google-chrome-stable_current_amd64*
src/HowBadIsMyBatch.py