We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedefc5 commit f760cbaCopy full SHA for f760cba
neo4j/sesion7.ipynb
@@ -645,11 +645,7 @@
645
"with driver.session() as session:\n",
646
" res: Result = session.run(query)\n",
647
" for r in res:\n",
648
- " print(r['p'])\n",
649
- "\n",
650
- "with driver.session() as session:\n",
651
- " result: Result = session.run(query)\n",
652
- " visualize_result(result.graph(), nodes_text_properties)"
+ " print(r['p'])"
653
]
654
},
655
{
@@ -674,11 +670,7 @@
674
670
675
671
676
672
677
678
679
680
681
673
682
683
684
0 commit comments