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
Based on the latest guide on main branch I've tried running notebook with Kedro kernel. While most of the functionality seems OK, the %load_node feature does not seem to work correctly.
Context
Not being able to use %load_node in Jupyter Notebook with Kedro loaded.
Description
Based on the latest guide on
main
branch I've tried running notebook with Kedro kernel. While most of the functionality seems OK, the%load_node
feature does not seem to work correctly.Context
Not being able to use
%load_node
in Jupyter Notebook with Kedro loaded.Steps to Reproduce
main
branchkedro jupyter notebook
%load_node split_data_node
Expected Result
Function works properly as with
notebook==7.1.2
.Actual Result
Additional info
Works fine when version of
notebook
is pinned to7.1.2
. I did not do bisection between7.1.2
and7.3.1
to find where it broke though.Your Environment
pip show kedro
orkedro -V
):0.19.10
python -V
):Python 3.10.10
The text was updated successfully, but these errors were encountered: