Hello Kedro Friends,
I have a colleague who loves using notebooks for their pipelines. Personally, I feel that notebooks are not ideal for writing production code, and I've been trying to convince them to switch over to a more structured approach, like Kedro. However, there's one aspect of notebooks that I haven't been able to replicate with Kedro: documentation. The markdown cells in notebooks are great for explaining the steps within a pipeline. As pipelines become more complex, Kedro Viz alone doesn't seem sufficient to make the process easy to understand.
So, here's my question:
How do you document your code when using Kedro?