diff --git a/src/intensivstationen_howbadismybatch.sh b/src/intensivstationen_howbadismybatch.sh index 05eb7e6b483..61e8a03bd07 100755 --- a/src/intensivstationen_howbadismybatch.sh +++ b/src/intensivstationen_howbadismybatch.sh @@ -3,7 +3,7 @@ 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 -jupyter nbconvert --to notebook --allow-errors --execute Intensivstationen.ipynb +jupyter nbconvert --ExecutePreprocessor.kernel_name="howbadismybatch-venv-kernel" --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