Skip to content

WIP: Allow Driver as argument to from_neo4j #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adamnsch
Copy link
Collaborator

Thank you for your contribution to the Graph Visualization for Python project by Neo4j.

Before submitting this PR, please read Contributing to the Neo4j Ecosystem.

Make sure:

  • You signed the Neo4j CLA (Contributor License Agreement) so that we are allowed to ship your code in our library
  • Your contribution is covered by tests

@adamnsch
Copy link
Collaborator Author

adamnsch commented May 23, 2025

Lets you do:

with GraphDatabase.driver(URI, auth=auth) as driver:
    VG = from_neo4j(driver)
    VG.render()

@adamnsch adamnsch force-pushed the visualize-from-neo4j-driver branch from 4b56805 to 6c50505 Compare June 13, 2025 09:06
@adamnsch adamnsch force-pushed the visualize-from-neo4j-driver branch from 6c50505 to c07273e Compare June 13, 2025 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants