adding fcron job

This commit is contained in:
frankknoll
2022-03-10 12:53:45 +01:00
parent 8fe0b812ad
commit f9fe240bb0
4 changed files with 8 additions and 12 deletions

View File

@@ -412,7 +412,7 @@
"metadata": {},
"outputs": [],
"source": [
"publish()"
"# publish()"
]
}
],

View File

@@ -1,2 +1,6 @@
#!/bin/bash
/home/frankknoll/.local/bin/jupyter nbconvert --to notebook --execute /home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-pages/src/intensivstationen/Intensivstationen.ipynb | mail -s "FKK fcrontab" -r Knoll_Frank@web.de Knoll_Frank@web.de
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