An example usage: ``` --- cell -- def pl_body(): open("/pfs/big", "r") as f: # do stuff with f run_like_a_pipeline( datums=["big:/", "config:/cfgfile1.txt"], code=pl_body) --- output --- output is in '/data/a1b2c3' ---cell --- matplotlib.plot("/data/a1b2c3") --- output --- <graph> --- ```
An example usage: