Skip to content

Commit

Permalink
Merge pull request #82 from GLAM-Workbench/update
Browse files Browse the repository at this point in the history
Remove ndjson from crate
  • Loading branch information
wragge committed Aug 30, 2023
2 parents 22bd2df + ff84dc2 commit 494f56c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion newspaper_harvester_app.ipynb
Expand Up @@ -68,7 +68,13 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"def start_harvest(b):\n",
Expand Down Expand Up @@ -98,6 +104,7 @@
" harvest = get_harvest()\n",
" harvester.save_csv()\n",
" Path(harvest, \"results.ndjson\").unlink()\n",
" harvester.remove_ndjson_from_crate()\n",
" shutil.make_archive(harvest, \"zip\", harvest)\n",
" display(\n",
" HTML(\n",
Expand Down

0 comments on commit 494f56c

Please sign in to comment.