Hi,
I want to initialize my neo4j server only with Python (without Neo4j Desktop)
Is it a way to do this ?
What I have currently found is :
Add a graph on Neo4j Desktop;Use a neo4j package for Python to connect to the server (neo4j-python-driver for ...