From 112c7e31de99c76e0ca57951a920f5341d6222b6 Mon Sep 17 00:00:00 2001 From: Matteo Date: Mon, 11 Mar 2019 09:09:05 +0100 Subject: [PATCH] Add link to segyio-notebooks in readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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