cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

ja1
Node
since ‎08-18-2020
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi: I'm trying out Neo4J 4.1 Community Edition and I run into a hurdle that I can't seem to fix. I'm creating a random graph with the following Python program. Basically the program creates random edges between a set of 'max_nodes' Nodes. Per node yo...
The first example for creating nodes fails: I can make it work by removing the 'where' and 'return' clause and add the name directly in the first node but is this example even supposed to work? from neo4j import GraphDatabase uri = "neo4j://localhos...