Quick question about running python scripts that connect to my Neo4j dbms and query my graph.
Is there a best practice for the location for storing relevant python scripts ?
Should they be in my general project folder for what I'm working on or in the actual project "import folder" via Neo4j desktop, or somewhere else? I'm not managing to connect at the moment. I had this working on a different graph previously - not sure where I've made a mistake