Hi Guys,
I have set up project repo with kedro on amazon sagemaker. I ran the command kedro viz on the terminal in jupyter labs and below is what I get . Is there a way where I can see kedro viz plot on the browser while invoking the kedro viz command on amazon sagemaker terminal?
Hi @datajoely, I am getting an error "%init_kedro" not found as shown below:
could you suggest how to resolve this?
Even though the run_viz line magic command has been registered successfully, the Kedro viz image is not being loaded
n
Nok Lam Chan
11/14/2023, 1:21 PM
I think the linked doc is a bit outdated. We are at 0.18.14 now and init_kedro was deprecated for a while.
What version of kedro are you using? The run viz magic should give you an URL to open in browser instead of rendering the app in notebook (this is the old behaviour which has been changed for 1 year at least)
k
Khangjrakpam Arjun
11/14/2023, 3:18 PM
@Nok Lam Chan the kedro version I have is v0.18.12