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.

Using graph algorithms in python

Hey guys I am trying to use graph algorithms and in particular louvain algorithm. I was able to do that with neo4j community edition but I am wondering how to do that in python. Can you share if you have any knowledge about this. Thanks!

1 REPLY 1

Hello,

First, be aware methods from the Graph Algorithms have been moved to Graph Data Science plugin.
About your problem, there is a very good documentation: https://neo4j.com/developer/python/

If you need more information, I will be happy to help you 🙂