refactoring

This commit is contained in:
frankknoll
2023-01-17 15:03:16 +01:00
parent 438b678154
commit 5cf9108489
3 changed files with 5401 additions and 33 deletions

1
.gitignore vendored
View File

@@ -1,7 +1,6 @@
src/VAERS/
src/intensivstationen/zeitreihe-tagesdaten.csv
src/intensivstationen/geckodriver.log
src/intensivstationen/Intensivstationen.nbconvert.ipynb
src/intensivstationen/Intensivstationen.nbconvert.html
.ipynb_checkpoints/
.history/

View File

@@ -153,38 +153,6 @@
" dateStart=timeSeries['date'].min(),\n",
" dateEnd=timeSeries['date'].max()))"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0218cdb4",
"metadata": {},
"outputs": [],
"source": [
"def publishGitHubPages():\n",
" %cd /home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-pages\n",
" ! git add -A\n",
" ! git commit -m \"updating data for Intensivstationen\"\n",
" ! git push"
]
},
{
"cell_type": "markdown",
"id": "a1e83b07",
"metadata": {},
"source": [
"### see https://knollfrank.github.io/HowBadIsMyBatch/intensivstationen.html"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "5f173c2b",
"metadata": {},
"outputs": [],
"source": [
"publishGitHubPages()"
]
}
],
"metadata": {

File diff suppressed because it is too large Load Diff