Merel
10/09/2024, 9:49 AM%load_node
line magic allows you to load the contents of a node in your project into a series of notebook cells and run them from there.
meow code Brought to you by: @Nok Lam Chan @Laura Couto
K Available from: Kedro 0.19.3
📖 Read more: https://docs.kedro.org/en/stable/notebooks_and_ipython/kedro_and_notebooks.html#debugging-a-kedro-project-within-a-notebookFazil Topal
10/16/2024, 11:23 AMNok Lam Chan
10/17/2024, 10:13 AMFazil Topal
03/18/2025, 9:06 PM0.19.10
and this does not work for me. I get empty cells, they are created but contents are empty. Any solutions for this? Attached an image to show what i mean. All cells are added by load_node
magicNok Lam Chan
03/18/2025, 11:54 PMNok Lam Chan
03/18/2025, 11:55 PMSajid Alam
03/19/2025, 9:49 AMNotebook 7.2.0
it changes how cells are rendered and breaks the %load_node
command. This will be fixed in an upcoming release but in the meantime you can either downgrade your notebook or use the workaround:
We can actually revert to the older behaviour through settings on jupyter notebook, change the “Windowing mode” setting from “full” to “defer.”:
1. Open your Notebook.
2. Go to Settings → Settings Editor → Notebook in the menu.
3. Scroll to “Windowing mode” and choose defer.
See comment for more details:
https://github.com/kedro-org/kedro/issues/4369#issuecomment-2690842810Fazil Topal
03/19/2025, 9:54 AM