pyq

Changing the IPython interpreter

五迷三道 提交于 2019-12-10 17:10:56
问题 I'm using Python with kdb+. To do this I'm using PyQ, which brings Python and kdb+/Q to the same process and allows both languages to operate on the same set of data/memory space. After some effort, I am able to load Python into the kdb+/Q process on OS X using the instructions from here, i.e. running q python.q [-<python option>@ <python option value>]* python-script This is all good, but I would like to use the above command as interpreter in IPython (Notebook for research, etc.). So, how