I am trying to use my local neo4j server through google colab.
I am using ngrok to expose the port using command:
ngrok http 7687. It gives something like this:

ngrok is working fine. But When trying to connect using colab, I am getting the following error:
Somehow, port 7687 is being used by default but I don't need any port for this particular case.
Any help is much appreciated. Thanks
