Hello,
I am new to Neo4J - and I'm struggling to connect to the sandbox via python.
I've tried the following code:
uri="bolt://localhost:7687"
driver = GraphDatabase.driver(uri, auth=("neo4j", "my_password"))
but get the following error:
neobolt.exce...