Skip to content

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

Merged
merged 3 commits into from
Jun 16, 2025
Merged

Conversation

adamnsch
Copy link
Collaborator

@adamnsch adamnsch commented May 23, 2025

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 3 times, most recently from c07273e to 325d6cc Compare June 16, 2025 07:36
@adamnsch adamnsch force-pushed the visualize-from-neo4j-driver branch from 325d6cc to c9c4b9f Compare June 16, 2025 08:18
@adamnsch adamnsch changed the title WIP: Allow Driver as argument to from_neo4j Allow Driver as argument to from_neo4j Jun 16, 2025
@adamnsch adamnsch marked this pull request as ready for review June 16, 2025 08:19
@adamnsch adamnsch force-pushed the visualize-from-neo4j-driver branch from 952a7c5 to 9c89b61 Compare June 16, 2025 13:33
adamnsch and others added 2 commits June 16, 2025 15:36
@adamnsch adamnsch force-pushed the visualize-from-neo4j-driver branch from 9c89b61 to a7c6cbf Compare June 16, 2025 13:36
@FlorentinD FlorentinD merged commit 52b18e4 into main Jun 16, 2025
10 checks passed
@FlorentinD FlorentinD deleted the visualize-from-neo4j-driver branch June 16, 2025 13:41
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