couldn’t* On Sun, Oct 23, 2022 at 11:42 AM Chang She <ch...@eto.ai> wrote:
> Hi, just curious if anyone’s played with using Arrow to ship data between > languages in jupyter/ipython, specifically python and js (that doesn’t > require a flight server or writing the data to disk). > > Eg, can I call do something like IPython.kernel.execute(“table.filter(…)”) > and read the results directly into arrowjs instead of converting from plain > text / json? > > Could find an existing issue and figure I’d ask before I go chase this > down. > > Thanks! > > Chang >