Actually, I got it working using the pre-release version of neo4j Desktop.
But now I am trying to make it work from a docker image:
FROM neo4j:4.0.3-enterprise
ENV NEO4JLABS_PLUGINS='["apoc"]'
ENV NEO4J_dbms_security_procedures_unrestricted="apoc....
@alicia.frame
I downloaded GDS 1.2 (neo4j-graph-data-science-1.2.0-alpha01-standalone), unzipped it and placed the jar in the right directory (using the 'open folder -> Plugins' button in Neo4j Desktop)
I added in my settings:
dbms.security.procedure...