Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Neo4j-HW-[docker].ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>RelationType \"DIRECTED\" </b> that goes from the later 3 director nodes to \"the Matrix\" movie node."
]
Expand Down Expand Up @@ -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)"
]
},
{
Expand Down