Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

%load_node does not work with notebook>=7.3.1 #4369

Open
marrrcin opened this issue Dec 5, 2024 · 1 comment
Open

%load_node does not work with notebook>=7.3.1 #4369

marrrcin opened this issue Dec 5, 2024 · 1 comment

Comments

@marrrcin
Copy link
Contributor

marrrcin commented Dec 5, 2024

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

  1. Follow instructions from latest guide on main branch
  2. Run kedro jupyter notebook
  3. In new notebook, run %load_node split_data_node

Expected Result

Function works properly as with notebook==7.1.2.
Screenshot 2024-12-05 at 22 28 34

Actual Result

Screenshot 2024-12-05 at 22 30 17

Additional info

Works fine when version of notebook is pinned to 7.1.2. I did not do bisection between 7.1.2 and 7.3.1 to find where it broke though.

Your Environment

  • Kedro version used (pip show kedro or kedro -V): 0.19.10
  • Python version used (python -V): Python 3.10.10
  • Operating system and version: macOS 14.3.1 (23D60) (ARM)
@astrojuanlu
Copy link
Member

Thank you for reporting this @marrrcin ! We'll have somebody else on the team try to reproduce this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants