Skip to content

Commit

Permalink
docs: remove section on markdown notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelak-dtml committed Aug 7, 2023
1 parent dabfb80 commit 95015b4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,3 @@ details.
## How to Contribute

See [CONTRIBUTING.md](CONTRIBUTING.md).

## Markdown Notebooks

Jupyter notebooks are stored in markdown format in the repository. To convert a
Markdown notebook to a Jupyter notebook, use
[jupytext](https://github.com/mwouts/jupytext). `jupytext` is included in the
development dependencies of this project. For example convert `api-example.md`
to `ipynb` Jupyter notebook format:

```bash
jupytext --to ipynb api-example.md
```

To convert an `ipynb` notebook to markdown:

```bash
jupytext --to md api-example.ipynb
```

0 comments on commit 95015b4

Please sign in to comment.