!pip install -q ipython-cypher import cypher # for cypher.run %load_ext cypher %config CypherMagic.feedback=False %cypher MATCH (a)-[]-(b) RETURN a, b