Robertqs
02/21/2023, 4:43 AMNok Lam Chan
02/22/2023, 10:37 AMRobertqs
02/23/2023, 4:46 AMNok Lam Chan
02/23/2023, 5:49 AMcreating a new environment actually helped.This indicates that it’s a very likely dependency issue. You need to run
kedro jupyter notebook
or kedro jupyter lab
to recreate the Jupyter kernel, as this ties to your virtual environment.
Depends on which version of kedro you are using, if you are using the older one you may need to delete the kernel first. A newer version of Kedro should do this automatically. I can’t remember which version exactly, probably starting from 0.18.2 or 0.18.3
Can you upgrade your kedro library version to solve this problem? If not, which version of Kedro are you using?0.18.3
you should be able to use %load_ext kedro.ipython
instead of the full moduleRobertqs
02/23/2023, 8:32 PMNok Lam Chan
02/24/2023, 4:49 AM