Hi!
I’ve launched the kedro jupyter lab sessing via: kedro jupyter lab
Made sure that the notebook I am using is connected to the kedro session.
I get the following error:
UsageError: Line magic function
%reload_kedro
not found.
However I can run the entire pipeline with kedro run
Any tips?