Skip to content

Allow Driver as argument to from_neo4j#169

Merged
FlorentinD merged 3 commits intomainfrom
visualize-from-neo4j-driver
Jun 16, 2025
Merged

Allow Driver as argument to from_neo4j#169
FlorentinD merged 3 commits intomainfrom
visualize-from-neo4j-driver

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
Co-Authored-By: Florentin Dörre <florentin.dorre@neotechnology.com>
Co-Authored-By: Florentin Dörre <florentin.dorre@neotechnology.com>
@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