E.g., following cell content in Jupyter breaks Tuplex's code extraction: ``` %%time c.parallelize([1, 2, 3, 4, 5]).map(lambda x: x * x).collect() ```