@here I am using kedro~=0.18.14 when I run kedro j...
# questions
a
@here I am using kedro~=0.18.14 when I run kedro jupyter notebook I am able to use magic command %reload_kedro but I cant use the same in vscode jupyter notebook Is there any way I can use the magic commands in vscode jupyter notebbok
j
hi @Ajay Nehra, in principle
%reload_kedro
should indeed work on VS Code! what error are you getting?
a
while the same command work when I use kedro jupyter notebbok
I noticed that kedro jupyter notebook is using kernal kedro_incentive_x while in vscode I have a conda environment for incentive_x
a
Try %load_ext kedro.ipython
this 1
👍 1