Graph Data Science library not in Azure Neo4j VM

I have created a Neo4j VM Enterprise 4.0 on Azure.

On this VM I called call dbms.procedures. I saw that Graph Data Science is not installed on this VM when it was created on Azure. Usually I work with Neo4j Desktop and I just had to click on install button.
With a Neo4j VM in Azure I don't know how to install GDS.

What can I do ?

For the cloud images, it isn't automatically installed. Just follow the install instructions; basically you'll need to download the jar, put it in /var/lib/neo4j/plugins, add some configuration into neo4j.template, and restart.

1 Like

Thank you @david_allen