Hi everyone. I'm following Neo4j Datascience tutorial right now. However, I can't seem to connect Google Colab to Neo4j.
All I've done was start neo4j 3.4 sandbox. Copy and paste the credentials to Google Colab. Tried googling but I couldn't find any solution.
Also, if I may ask, why do I need this Sandbox? Is there any way by I can already connect my local neo4j desktop to Google Colab or connect my local neo4j desktop to local jupyter notebook?
Hi @minhan.lmh, it looks like you copied the JavaScript bolt URL, which works only with the JavaScript Neo4j driver. Instead, you want the IP address and bolt port. See the image in the first Colab notebook for an example:
This problem that you ran into was an error in the course that has since been corrected as Will pointed out. Please try again and you should see that the instructions for connecting are now different.