You could try running a partial pipeline until the...
# beginners-need-help
a
You could try running a partial pipeline until the memory datasets you're interested in jupyter using
session.run
with
to_outputs
arg. But this will only return a dictionary of your datasets, not as memory datasets retrievable in catalog. Reference to
session.run
function specs: https://kedro.readthedocs.io/en/stable/kedro.framework.session.session.KedroSession.html#kedro.framework.session.session.KedroSession.run