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.

UsageError: Line magic function `%cypher` not found

founder
Node Link

I am connected with neo4j aura in my jupyter notebook. i was trying to visualize a subgraph on a query. but the results do not show.

any ideas?

1 REPLY 1

I think you need to install some special extensions to your notebook.

Afaik this is a function of neo4jrestclient but that won't work with Aura as it uses an http endpoint and an outdated one for that.

Where did you take the example from?