I am trying to use the fantastic PyQ package but I have trouble to connect to my Kdb database: I am trying without success this
import pyq as q
%%q hopen `:hostname:port:login:
tables
I do not need a password. It looks like what Qpad does right ? but for some reason I do not access to it. Someone has an idea of what I am doing wrong ?
Hi A Im,
There is a few things you need to change in your code to get it to work.You should be using the PyQ kernel, then you won’t need to import q.You are also better to set your hopen to a variable as you will need to use it to get access to your port.Here is the code I got working