publishing "Symptoms caused by Vaccines"
This commit is contained in:
@@ -155,7 +155,10 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"IOUtils.saveDataFrameAsJson(batchCodeTable, '../docs/data/batchCodeTables/Global.json')\n",
|
||||
"saveLastUpdated2HtmlFile(dateProvider.getLastUpdatedDataSource(), \"../docs/batchCodes.html\")"
|
||||
"saveLastUpdated2HtmlFile(\n",
|
||||
" lastUpdated = dateProvider.getLastUpdatedDataSource(),\n",
|
||||
" htmlFile = \"../docs/batchCodes.html\",\n",
|
||||
" lastUpdatedElementId = 'last_updated')"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -414,7 +417,10 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"IOUtils.saveDataFrameAsJson(vaccineDistributionByZipcode, '../docs/data/vaccineDistributionByZipcode/VaccineDistributionByZipcode.json')\n",
|
||||
"saveLastUpdated2HtmlFile(dateProvider.getLastUpdatedDataSource(), \"../docs/VaccineDistributionByZipcode.html\")"
|
||||
"saveLastUpdated2HtmlFile(\n",
|
||||
" lastUpdated = dateProvider.getLastUpdatedDataSource(),\n",
|
||||
" htmlFile = \"../docs/VaccineDistributionByZipcode.html\",\n",
|
||||
" lastUpdatedElementId = 'last_updated')"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user