kedro.ipython

Description

This script creates an IPython extension to load Kedro-related variables in local scope.

Functions

load_ipython_extension(ipython)

Main entry point when %load_ext kedro.ipython is executed, either manually or automatically through kedro ipython or kedro jupyter lab/notebook.

magic_load_node(args)

.

magic_reload_kedro(line[, local_ns, conf_source])

.

reload_kedro([path, env, extra_params, ...])

Function that underlies the %reload_kedro Line magic.