How to show plotly chart in kedro
I am trying to use data science tool kedro according to
this tutorial.
I followed the instruction(write config.yaml, node.py and pipeline.py etc) and do exactly the same as the documentation) and could run kedro run successfully.
And next step, I tried kedro viz and could show the pipelines but I cannot see plotly chart.
Here is the result of the visualization. Please see the left...