Install APOC through the browser or python script

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! :slight_smile:

Installation means placing the apoc jar in the databaseโ€™s plug-in folder. A restart is required as well. I donโ€™t know of a way to do this remotely.