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}
|
||||
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
1
.gitignore
vendored
@@ -14,3 +14,4 @@ src/HowBadIsMyBatch.nbconvert.html
|
||||
src/__pycache__/
|
||||
src/intensivstationen/__pycache__/
|
||||
google-chrome-stable_current_amd64*
|
||||
src/HowBadIsMyBatch.py
|
||||
|
||||
Reference in New Issue
Block a user