Kedro for notebook users

If you are familiar with notebooks, you probably find their liberal development environment perfect for exploratory data analysis and experimentation.

Kedro makes it easier to organise your code into a shareable project, and you may decide to transition to Kedro for collaboration purposes, or if your code becomes more complex.

There is flexibility in the ways you can combine notebooks and Kedro. For example, it’s possible to gradually introduce Kedro techniques into your notebook code. Likewise, it is possible to take a Kedro project and add a notebooks to explore data or experimental features.

Add a notebook to your existing Kedro project The page titled Use a Jupyter notebook for Kedro project experiments describes how to set up a notebook to access the elements of a Kedro project for experimentation. If you have an existing Kedro project but want to use notebook features to explore your data and experiment with pipelines, this is the page to start.