korakot / kora

Convenient tools for Colab
MIT License
269 stars 38 forks source link

neo4j #6

Closed Btibert3 closed 3 years ago

Btibert3 commented 3 years ago

I recieved the following error upon from kora import neo

ConnectionUnavailable: Cannot open connection to ConnectionProfile('bolt://neo4j@localhost:7687')

Perhaps I am not initializing neo4j the proper way.

Btibert3 commented 3 years ago

Any ideas on how to attack this?

korakot commented 3 years ago

Somehow, the connection needs to be delayed. It is solved in the latest version.

Btibert3 commented 3 years ago

Confirmed, thank you. This project is amazing, and do reference it in my programming courses.