neo4jEasy Playground

Official Python driver for Neo4j graph database

Getting started with neo4jRun locally
Install
pip install neo4j
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: neo4j)

neo4j is a third-party package. Official Python driver for Neo4j graph database. Install with: pip install neo4j

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?