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.

lunagabriela23
Node
since ‎12-18-2018
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Trying to import NodeMatcher using py2neo in Jupyter notebook. Used the lines below. It loads Node and Graph but not the NodeMatcher and RelationshipMatcher import py2neo from py2neo import Graph, Node, Relationship, NodeMatcher, RelationshipMatcher...