I could not open the Neo4jDNSUI
I also was unable to connect the sever by using this code in section 2.2
query = “MATCH (n) RETURN n LIMIT 20”
records = execute_query(query)
print(records)
Hello @troyjackky
Unfortunately, I was not able to reproduce the problem. Can you, please, check the following?
- The address you use for Neo4jDNSUI should include the port number:
- When you replace
<Neo4j-DNS-Connection>
in thesrc/env
file, the port number and the colon should not be included. - You can try rebooting the EC2 instance where Neo4j is running. You should first search EC2 in the AWS console, then select instances, from the instances select the one hosting Neo4j, and finally choose reboot from the instance state dropdown menu.
I hope this helps. If the issue persists, please, provide a screenshot of the error you get in the cell in section 2.2 so that we can investigate further.
Are there any specific setting up or we just follow the instruction from C3_W1_Assignment.ipynb file?
No, following the instructions in the notebook is sufficient. I will report your issue to the team and will inform you as soon as I get any update.
Hello @troyjackky
I am informed that your account has been refreshed. Please, try again and let us know hot it goes.
It worked. Thank you so much!
2 Likes