Connect to Neo4J hosted on a remote ec2 instance via python running on my current ec2 instance

On the EC2 box, have you've installed the python driver for Neo4j?

pip install neo4j

Since you've confirmed that through the desktop you can do a remote connection, do you get there same error when executing python remotely?

1 Like