From a10719e79311f090c8cc90b4dc85dfcb60033193 Mon Sep 17 00:00:00 2001 From: Kristjan Roosild Date: Tue, 13 Oct 2020 17:38:31 +0300 Subject: [PATCH 1/2] Update Neo4j-HW-[docker].ipynb The Matrix has two directors, not three. --- Neo4j-HW-[docker].ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neo4j-HW-[docker].ipynb b/Neo4j-HW-[docker].ipynb index ad80ac4..f6ebd8b 100644 --- a/Neo4j-HW-[docker].ipynb +++ b/Neo4j-HW-[docker].ipynb @@ -231,7 +231,7 @@ "- Moreover, we add 3 directors (Person) :\n", " - 'Lilly Wachowski', born in (1967)\n", " - 'Lana Wachowski', born in(1965)\n", - " - 'Joel Silver', born in (1952)\n", + " - 'Joel Silver', born in (1952) (although he is the producer, not the director)\n", "- For these directors specify one more Label (\"Director\").\n", "- We Create a new RelationType \"DIRECTED\" that goes from the later 3 director nodes to \"the Matrix\" movie node." ] From c8a10a340ce600e2b0f99e6a6366675b622b7e6c Mon Sep 17 00:00:00 2001 From: Kristjan Roosild Date: Tue, 13 Oct 2020 17:41:46 +0300 Subject: [PATCH 2/2] Update Neo4j-HW-[docker].ipynb --- Neo4j-HW-[docker].ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neo4j-HW-[docker].ipynb b/Neo4j-HW-[docker].ipynb index f6ebd8b..4f0621c 100644 --- a/Neo4j-HW-[docker].ipynb +++ b/Neo4j-HW-[docker].ipynb @@ -348,7 +348,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "#### After Running Such new Insertions to The Graph it will look like That" + "#### After Running Such new Insertions to The Graph it will look like That (except for the third made-up director)" ] }, {