I read this: Connecting to local database via Python Bolt
I am new to neo4j and am struggling to connect to a local neo4j DB.
I was able to set a new password for the neo4j
What am I doing wrong?
When I run this:
from neo4j import GraphDatabase, basi...