kedro.ipython.magic_load_node

kedro.ipython.magic_load_node(args)[source]
%load_node [node]

The line magic %load_node <node_name>. Currently, this feature is only available for Jupyter Notebook (>7.0), Jupyter Lab, IPython, and VSCode Notebook. This line magic will generate code in multiple cells to load datasets from DataCatalog, import relevant functions and modules, node function definition and a function call. If generating code is not possible, it will print the code instead.

positional arguments:

node Name of the Node.