diff --git a/src/intensivstationen/Intensivstationen.ipynb b/src/intensivstationen/Intensivstationen.ipynb index 51b73c1e98f..b16d071a884 100644 --- a/src/intensivstationen/Intensivstationen.ipynb +++ b/src/intensivstationen/Intensivstationen.ipynb @@ -7,7 +7,6 @@ "metadata": {}, "outputs": [], "source": [ - "import numpy as np\n", "import pandas as pd\n", "from urllib import request\n", "\n", @@ -388,6 +387,30 @@ "for kreis in kreisValues:\n", " getAndPersistIntensiveCareBeds(timeSeries, kreis)" ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "0218cdb4", + "metadata": {}, + "outputs": [], + "source": [ + "def publish():\n", + " %cd \"/home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-publish\"\n", + " ! git checkout pages\n", + " ! git merge main\n", + " ! git push" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "5f173c2b", + "metadata": {}, + "outputs": [], + "source": [ + "publish()" + ] } ], "metadata": {