I am trying the following code to connect Neo4j desktop using python
from neo4j import GraphDatabase
url = "bolt://localhost:7687"
driver = GraphDatabase.driver(url, auth=("neo4j", ""))
But getting this error "Failed to establish connection to ('::1'...