converting HowBadIsMyBatch.ipynb to script
This commit is contained in:
4
.github/workflows/buildAndDeployWebsite.yml
vendored
4
.github/workflows/buildAndDeployWebsite.yml
vendored
@@ -39,8 +39,8 @@ jobs:
|
|||||||
shell: bash -el {0}
|
shell: bash -el {0}
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
jupyter nbconvert --ExecutePreprocessor.kernel_name="howbadismybatch-venv-kernel" --to notebook --allow-errors --execute HowBadIsMyBatch.ipynb
|
jupyter nbconvert --to script HowBadIsMyBatch.ipynb
|
||||||
jupyter nbconvert --to html HowBadIsMyBatch.nbconvert.ipynb
|
python ./HowBadIsMyBatch.py
|
||||||
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
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -14,3 +14,4 @@ src/HowBadIsMyBatch.nbconvert.html
|
|||||||
src/__pycache__/
|
src/__pycache__/
|
||||||
src/intensivstationen/__pycache__/
|
src/intensivstationen/__pycache__/
|
||||||
google-chrome-stable_current_amd64*
|
google-chrome-stable_current_amd64*
|
||||||
|
src/HowBadIsMyBatch.py
|
||||||
|
|||||||
Reference in New Issue
Block a user