From 30bdcc9a72e87467a78f9e4a4a4e9d504a3e89ba Mon Sep 17 00:00:00 2001 From: frankknoll Date: Fri, 2 Dec 2022 09:53:50 +0100 Subject: [PATCH] adding tensorflow to conda environment --- environment.yml | 1 + src/intensivstationen_howbadismybatch.sh | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 352eebab599..5fd2d0e1e74 100644 --- a/environment.yml +++ b/environment.yml @@ -11,4 +11,5 @@ dependencies: - bs4 - lxml - jupyter + - tensorflow prefix: /home/frankknoll/anaconda3/envs/howbadismybatch-venv diff --git a/src/intensivstationen_howbadismybatch.sh b/src/intensivstationen_howbadismybatch.sh index 1f5f93de73c..42aef2ab420 100755 --- a/src/intensivstationen_howbadismybatch.sh +++ b/src/intensivstationen_howbadismybatch.sh @@ -8,9 +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 +conda activate howbadismybatch-venv; jupyter nbconvert --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 -conda deactivate EOF