Comment on An SQL Solution for JupyterparentComments−aargh_aargh5yAnswering my own question - works as expected, only the documentation is lacking.%LOAD postgresql host=127.0.0.1 port=5432 dbname=DATABASE user=USERNAME password=PASSWORD
Comments
Answering my own question - works as expected, only the documentation is lacking.
%LOAD postgresql host=127.0.0.1 port=5432 dbname=DATABASE user=USERNAME password=PASSWORD