Skip to content

New Documentation Site!

We are excited to announce the launch of our enhanced product documentation site for PyKX at docs.kx.com. It offers improved search capabilities, organized navigation, and developer-focused content. Please, take a moment to explore the site and share your feedback with us.

PyKX 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.