Skip to content

Commit

Permalink
Few changes to index page
Browse files Browse the repository at this point in the history
Signed-off-by: Jo Stichbury <jo_stichbury@mckinsey.com>
  • Loading branch information
stichbury committed Oct 2, 2023
1 parent 0ef605b commit 2554bbc
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions docs/source/notebooks_and_ipython/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
# Kedro for notebook users


You can take advantage of a notebook's liberal development environment for exploratory data analysis and experimentation. Later, when you need to follow software best practices as the project complexity increases, or as you scale into production, you can transfer code from the notebook into Kedro to benefit from its opinionated project framework.
As a data practitioners you are likely to be familiar with notebooks and find their liberal development environment perfect for exploratory data analysis and experimentation.

As project complexity increases, particularly if you work collaboratively, you may decide to transition to Kedro's way of working to organise your code into a shareable project. There is no single switch to flick between notebooks and Kedro; it's possible to pair both ways of working and gradually introduce Kedro techniques into your notebook code.

**Add Kedro to your existing notebook project**

This documentation section describes how to introduce Kedro to your notebook project. The page titled []() starts with the basics of configuration loading, then adds Kedro's data management approach, and finally introduces nodes and pipelines.

**Add a notebook to your existing Kedro project**
The page titled [Use a Jupyter notebook for Kedro project experiments](./kedro_and_notebooks.md) 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.

**Use Kedro's Data Catalog within a notebook**
If you want to start a new notebook project but take advantage of the Data Catalog, a key Kedro feature, [Kedro as a data registry](./kedro_as_a_data_registry.md) explains how to proceed.



```{toctree}
:maxdepth: 1
kedro_as_a_data_registry
kedro_and_notebooks
kedro_as_a_data_registry
```

0 comments on commit 2554bbc

Please sign in to comment.