Skip to content

Instantly share code, notes, and snippets.

@tomasonjo
Created May 19, 2022 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomasonjo/d6c9f12aa6ba16c78a4559b9a89611b5 to your computer and use it in GitHub Desktop.
Save tomasonjo/d6c9f12aa6ba16c78a4559b9a89611b5 to your computer and use it in GitHub Desktop.
from graphdatascience import GraphDataScience
host = "bolt://localhost:7687"
user = "neo4j"
password= "letmein"
gds = GraphDataScience(host, auth=(user, password))
print(gds.version())
@sarda23
Copy link

sarda23 commented Mar 17, 2023

do we write this code in jupyter notebook?
how to run all this code

@tomasonjo
Copy link
Author

@sarda23
Copy link

sarda23 commented Mar 17, 2023

how to make the connection with neo4j database, in jupyter the code is not running
---the database is not currently available to serve your request, refer to the database logs for more details. Retrying your request at a later time may succeed.??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment