updating conda env

This commit is contained in:
frankknoll
2022-12-02 18:20:54 +01:00
parent 30bdcc9a72
commit 6065e86e41
3 changed files with 4 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ jupyter nbconvert --to html Intensivstationen.nbconvert.ipynb
mailx -a 'Content-Type: text/html' -s "Intensivstationen" -r Knoll_Frank@web.de Knoll_Frank@web.de < Intensivstationen.nbconvert.html
cd /home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-pages/src
conda activate howbadismybatch-venv; jupyter nbconvert --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
mailx -a 'Content-Type: text/html' -s "How Bad is My Batch" -r Knoll_Frank@web.de Knoll_Frank@web.de < HowBadIsMyBatch.nbconvert.html
EOF