ipython-cypher icon indicating copy to clipboard operation
ipython-cypher copied to clipboard

Jupyter Notebook (IPython) Neo4j Cypher cell magic

Results 2 ipython-cypher issues
Sort by recently updated
recently updated
newest added

https://github.com/neo4j/neo4j/wiki/Neo4j-4.0-changelog https://neo4j.com/docs/migration-guide/current/surface-changes/#surface-changes-rest-api-deprecation Since ipython-cypher uses neo4jrestclient it is not compatible with Neo4J >= 4.0. Is that a reasonable assessment?

should I convert them into a one line ? and use %cypher ? isn't there other way to turn the whole cell into a python variable ? ** I started...