Today i run my code and i get the following error:
Failed to write data to connection Address(host='localhost',
port=7687) (Address(host='xxx.x.x.x', port=7687));
("0; 'Underlying socket connection gone (_ssl.c:xxxx)'")
I downgrade my python driver and it seems the problem is solved.However,
i think there seems still a problem of my neo4j server. Could anyone tell me whether the query result will show on the neo4j browswr automaticly after i run my code of python??
thank you!