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.

Does Py2neov4 support Neo4j Graph Algorithms?

I assume that v4 is the latest version. Does py2neov4 support neo4j graph algorithms?
if not, is it possible to run Cypher command through py2neo to use the graph algorithms?

I am talking about these graph algorithms: https://neo4j.com/docs/graph-algorithms/current/introduction/#_installation

Thanks!

1 REPLY 1

Yes you can run the procedures from py2neo there are several examples for that.

check also out this API for python that wraps the graph algorithm calls