adding tensorflow to conda environment
This commit is contained in:
@@ -11,4 +11,5 @@ dependencies:
|
|||||||
- bs4
|
- bs4
|
||||||
- lxml
|
- lxml
|
||||||
- jupyter
|
- jupyter
|
||||||
|
- tensorflow
|
||||||
prefix: /home/frankknoll/anaconda3/envs/howbadismybatch-venv
|
prefix: /home/frankknoll/anaconda3/envs/howbadismybatch-venv
|
||||||
|
|||||||
@@ -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
|
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
|
cd /home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-pages/src
|
||||||
conda activate howbadismybatch-venv
|
conda activate howbadismybatch-venv; jupyter nbconvert --to notebook --allow-errors --execute HowBadIsMyBatch.ipynb
|
||||||
jupyter nbconvert --to notebook --allow-errors --execute HowBadIsMyBatch.ipynb
|
|
||||||
jupyter nbconvert --to html HowBadIsMyBatch.nbconvert.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
|
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
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user