my python code to create a node is
results=_session.run( 'CALL apoc.cypher.run("merge (s:SHOT:$videoshot) return s", {'videoshot': 'Matrix'}' )
Want to create a Node with multiple labels, one of the labels is computed. running the above code gives th...