Merge branch 'main' into pages
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Python 3.10.7 64-bit",
|
||||
"display_name": "Python 3.10.8 ('howbadismybatch-venv')",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
@@ -138,11 +138,11 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.10.7"
|
||||
"version": "3.10.8"
|
||||
},
|
||||
"vscode": {
|
||||
"interpreter": {
|
||||
"hash": "916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"
|
||||
"hash": "1bce2b9b19ce5f16d695ff75ac05095b3e564c169ff454b58b87cb796c0695b8"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -33,3 +33,8 @@ fcrontab -l
|
||||
|
||||
systemctl status fcron
|
||||
tail -f /var/log/syslog
|
||||
|
||||
conda create --name howbadismybatch-venv python=3
|
||||
conda activate howbadismybatch-venv
|
||||
conda env export --from-history > environment.yml
|
||||
conda env create -f environment.yml
|
||||
|
||||
@@ -1,14 +1,16 @@
|
||||
#!/bin/bash
|
||||
sudo -i -u frankknoll bash << EOF
|
||||
PATH=/home/frankknoll/Dokumente/Corona/phantomjs-2.1.1-linux-x86_64/bin:/home/frankknoll/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin
|
||||
cd /home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-pages/src/intensivstationen
|
||||
|
||||
cd /home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-pages/src/intensivstationen
|
||||
jupyter nbconvert --to notebook --allow-errors --execute Intensivstationen.ipynb
|
||||
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 --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
|
||||
|
||||
Reference in New Issue
Block a user