Skip to content

Commit 3c47b77

Browse files
committed
cleanup
1 parent 19405b0 commit 3c47b77

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

01_neo4j_ingest.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,19 @@
4141

4242
# COMMAND ----------
4343

44-
# MAGIC %md ## 1. Clear Neo4j (idempotent re-runs)
44+
# MAGIC %md ## 1. Install Dependencies
45+
46+
# COMMAND ----------
47+
48+
# MAGIC %pip install graphdatascience --quiet
49+
50+
# COMMAND ----------
51+
52+
dbutils.library.restartPython()
53+
54+
# COMMAND ----------
55+
56+
# MAGIC %md ## 2. Clear Neo4j (idempotent re-runs)
4557
# MAGIC
4658
# MAGIC Optional: wipe previous graph so the demo is repeatable.
4759

0 commit comments

Comments
 (0)