Hello! Is it possible to install the APOC plugin through Python or through the browser (using Cypher queries)?
I would like to install the APOC plugin remotely since I don't have access to the desktop version of the database, but I do have access to the database through a Python script or through port 7474/browser.
With Python script I mean:
graph = Neo4jGraph(url="neo4j://....com:7687", username="XXX", password="XXX)
Many thanks!