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