diff --git a/src/help.txt b/src/help.txt index f2d9e8cf77c..4adb2cdb9e6 100644 --- a/src/help.txt +++ b/src/help.txt @@ -15,13 +15,15 @@ get VAERS data: - download data (e.g. 2022VAERSData.zip) from https://vaers.hhs.gov/data/datasets.html and save and unzip in VAERS folder FK-FIXME: -- Fcron funktioniert nicht, jobs werden im Nachhinein nicht ausgeführt, verwende Autocron statt Fcron FK-TODO: - Darstellung als Dashboard, siehe https://covid-karte.de/ oder https://experience.arcgis.com/experience/3a132983ad3c4ab8a28704e9addefaba - Rot-Gelb-Grün eingefärbte Deutschland-Karte anzeigen wie in https://experience.arcgis.com/experience/3a132983ad3c4ab8a28704e9addefaba - Alle Charts mit Slidern versehen? +anacron job: +sudo cp src/intensivstationen/intensivstationen.sh /etc/cron.daily/intensivstationen + man 5 fcrontab fcrontab -e diff --git a/src/intensivstationen/Intensivstationen.ipynb b/src/intensivstationen/Intensivstationen.ipynb index 165dc5b427a..c50658dd05f 100644 --- a/src/intensivstationen/Intensivstationen.ipynb +++ b/src/intensivstationen/Intensivstationen.ipynb @@ -17,7 +17,29 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, + "id": "e40d4c8d", + "metadata": {}, + "outputs": [], + "source": [ + "from datetime import datetime\n", + "\n", + "print(datetime.now().strftime(\"%d.%m.%Y, %H:%M:%S Uhr\"))\t" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "579c0911", + "metadata": {}, + "outputs": [], + "source": [ + "! pwd" + ] + }, + { + "cell_type": "code", + "execution_count": null, "id": "dfa836ec", "metadata": {}, "outputs": [],