From q reference:
In order to execute in parallel, q must be started with multiple slaves, using -s in the command line, and the \s system command.
Is it possible to make use of peach
in a q function which is called from pyq (python)?
from pyq import q
q('\l myscript.q')
q('foo[]') / peach inside
I'm using Jupyter Notebook with pyq kernel.