kedro ipython, how to access the spark session
I am able to load a spark dataset in a kedro ipython session.
First, I configured the spark session as described
here.
Then I launched a kedro ipython session with ipython --ext kedro.extras.extensions.ipython or kedro ipython
Then, I am able to load spark datasets as defined in the catalog
from kedro.framework.session import KedroSession
from kedro.framework.startup import...