easydata icon indicating copy to clipboard operation
easydata copied to clipboard

It's not possible to define datasource parse functions in Jupyter Notebooks

Open tiberiuichim opened this issue 6 years ago • 1 comments

The tutorial gives the impression that it would be possible to create a notebook that both defines the data source (and integrates it in the workflow) and demonstrate its usage. This is not possible if the datasource needs a transform function that's defined in the notebook because of serialization/deserialization problems.

tiberiuichim avatar Apr 24 '19 14:04 tiberiuichim

Can you point me at the spot you're referring to? In our tutorials, we do make note of this fact, (by bumping up against the problem and then solving it as an exercise) and suggest using %%writefile -a from within the notebook, (or reading and then writing localdata.py using similar magics). Maybe I forgot to update the tutorial somewhere?

hackalog avatar May 06 '19 21:05 hackalog