Skip to content

Commit f2a2969

Browse files
Mats-SXFlorentinD
andcommitted
Add DB cleanup cell
Co-authored-by: Florentin Dörre <florentin.dorre@neotechnology.com>
1 parent 9311a37 commit f2a2969

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

examples/gds-sessions.ipynb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,20 @@
411411
"sessions.list()"
412412
]
413413
},
414+
{
415+
"cell_type": "code",
416+
"execution_count": null,
417+
"metadata": {
418+
"tags": [
419+
"teardown"
420+
]
421+
},
422+
"outputs": [],
423+
"source": [
424+
"# Lastly, let's clean up the database\n",
425+
"gds.run_cypher(\"MATCH (n:Person|Fruit) DETACH DELETE n\")"
426+
]
427+
},
414428
{
415429
"cell_type": "markdown",
416430
"metadata": {},

0 commit comments

Comments
 (0)