UsageError: Line magic function `%cypher` not found

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?

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?