From c91fb5817fe62c10395aaff24dd4d8f297e23414 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Sat, 11 Feb 2023 16:05:13 +0100 Subject: [PATCH] converting HowBadIsMyBatch.ipynb to script --- .github/workflows/buildAndDeployWebsite.yml | 4 ++-- .gitignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildAndDeployWebsite.yml b/.github/workflows/buildAndDeployWebsite.yml index afd42899b18..17d79c81fb5 100644 --- a/.github/workflows/buildAndDeployWebsite.yml +++ b/.github/workflows/buildAndDeployWebsite.yml @@ -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 diff --git a/.gitignore b/.gitignore index 0f0e3031340..97b4661736c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ src/HowBadIsMyBatch.nbconvert.html src/__pycache__/ src/intensivstationen/__pycache__/ google-chrome-stable_current_amd64* +src/HowBadIsMyBatch.py