cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Connect neo4j desktop with python

learner
Node Link

I am running Neo4j Desktop (version 1.4.15)  on Windows 11. 

I also have Anaconda installed on the same machine. I have performed "pip install graphdatascience" in Anaconda. When I run the following code from the Jupyter notebook:

HOST = 'bolt://localhost:7474'
USERNAME = '*'
PASSWORD = '*'

gds = GraphDataScience(HOST, auth=(USERNAME, PASSWORD))

The above results in an error:

````

AuthError                                 Traceback (most recent call last)
::::
AuthError: {code: Neo.ClientError.Security.Unauthorized} {message: The client is unauthorized due to authentication failure.}


 

1 REPLY 1

Try port 7687