You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for flagging this @jfogelberg, I've added it to our issue tracker and we'll discuss this on Monday. If you have any more information/ideas on how to fix, please feel free to add. :)
Description
Running a pipeline using
inside a notebook, launched using
raises exception when saving PickleDataSet.
Running the same pipeline in terminal works fine without any error:
Loading the pickle file from inside the notebook works fine:
The object is a custom class containing a pandas DataFrame and some metadata.
Context
Currently I cannot run my pipeline from jupyter.
Steps to Reproduce
Expected Result
Pipeline runs without error.
Actual Result
Error is raised.
Your Environment
pip show kedro
orkedro -V
): 0.15.8python -V
): 3.6.8The text was updated successfully, but these errors were encountered: