Skip to content

Commit

Permalink
Add link to segyio-notebooks in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mycarta authored and jokva committed Mar 11, 2019
1 parent 5415585 commit 112c7e3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 112c7e3

Please sign in to comment.