Hi, I'm new with neo4j. I set up the server and install python binding for neo4j. I can monitor the server through my browser. Then I tried to create 100 nodes in python
>> with graphdb.transaction: for i in range(100): gb.node() but the web interfact doesn't seem to reflect the updates. What am I missing? Thanks. Regards, -k _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

