diff --git a/newspaper_harvester_app.ipynb b/newspaper_harvester_app.ipynb index f0228a9..ace29da 100644 --- a/newspaper_harvester_app.ipynb +++ b/newspaper_harvester_app.ipynb @@ -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", @@ -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",