py2neo — Easy Playground
Community Neo4j driver with OGM and Cypher toolkit
Getting started with py2neoRun locally
Install
pip install py2neoPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: py2neo)
py2neo is a third-party package. Community Neo4j driver with OGM and Cypher toolkit. Install with: pip install py2neo
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?