bgschiller / postgres_kernel

A simple Jupyter kernel for PostgreSQL
MIT License
64 stars 19 forks source link

Connection Issue #12

Closed dedsresende closed 5 years ago

dedsresende commented 6 years ago

Hi, I've been trying to use the PostgreSQL kernel but i am having the following issue: screenshot from 2018-02-19 11-02-33 Error: Unable to connect to a database at "". Perhaps you need to set a connection string with -- connection: I am not sure If I am skipping a step or if there is really an issue. Thank you very much for your attention!

raviolli77 commented 6 years ago

In order to run the kernel from the notebook you need a connection string.

My friends utilized this kernel in a workshop you can find the format here.

bgschiller commented 5 years ago

I added some docs to the README on this.