KDB-X Python Console¶
This page documents the use of the emulated q console available during use of a Python repl.
pykx.console
¶
QConsole
¶
QConsole(q)
Emulated q console that can be dropped into from the Python console.
__call__ ¶
__call__()
Activates the q console.
Inputs will be sent to this basic/limited emulation of the q console until ctrl-d or
two backslashes are input. A single backslash can be used to switch into k mode.
Debugging mode is not supported.