Overview
kedro.ipython ¶
This script creates an IPython extension to load Kedro-related variables in local scope.
Name | Type | Description |
---|---|---|
load_ipython_extension |
Function | 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 |
Function | . |
magic_reload_kedro |
Function | . |
reload_kedro |
Function | Function that underlies the %reload_kedro Line magic. |