Did you check http://neo4j.com/developer/python ? you can py2neo in your backend to query Neo4j and provide the JSON to your webapp.
If you want to do it in your html page directly check out this: http://neo4j.com/developer/guide-data-visualization/ Cheers, Michael On Fri, Aug 21, 2015 at 8:22 AM, <[email protected]> wrote: > HI, > I want to print my Neo4j JSON data on my Flask Application but cannot be > able to do so?So I need help regarding this > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
