diff --git a/README.md b/README.md index 319c85184..d76ca47c9 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,13 @@ To catch up on the latest development and features, see the ## Getting started ## When segyio is built and installed, you're ready to start programming! Check -out the [tutorial](#tutorial), [examples](#examples), and the [example -programs](python/examples). For a technical reference with examples and small -recipes, [read the docs](https://segyio.readthedocs.io/) or start your -favourite Python interpreter and type `help(segyio)` to get started - it is -written with pydoc and should integrate well with IDLE, pycharm and other -Python tools. +out the [tutorial](#tutorial), [examples](#examples), [example +programs](python/examples), and [example +notebooks](https://github.com/equinor/segyio-notebooks). For a technical +reference with examples and small recipes, [read the +docs](https://segyio.readthedocs.io/) or start your favourite Python +interpreter and type `help(segyio)` to get started - it is written with pydoc +and should integrate well with IDLE, pycharm and other Python tools. ### Quick start ### ```python