Hey guys. I've got an annoying issue I've been str...
# advanced-need-help
s
Hey guys. I've got an annoying issue I've been struggling with for the past 2 hours or so. We've been using Kedro 0.17.4 for a while now. Recently, we've decided to rename our project and package names. While we thought it would simply be a matter of renaming the directories and adjusting the
project_name
and
package_name
parameters in
pyproject.toml
, this turns out not to be the case. When starting a notebook using
kedro jupyter lab
the Kedro magic line functions are not loaded anymore.
Copy code
> %reload_kedro
UsageError: Line magic function `%reload_kedro` not found.