An open API service indexing awesome lists of open source software.

https://github.com/pydanny/jupyter-book-epub

Makes it possible for epubs rendered by Jupyter Book (https://jupyterbook.org/) to build epubs with working tables of content.
https://github.com/pydanny/jupyter-book-epub

epub-generation jupyter-book sphinx-doc

Last synced: 21 days ago
JSON representation

Makes it possible for epubs rendered by Jupyter Book (https://jupyterbook.org/) to build epubs with working tables of content.

Awesome Lists containing this project

README

        

# jupyter-book-epub

Makes it possible for epubs rendered by [Jupyter Book](https://jupyterbook.org/) to build epubs with working tables of content.

## Installation

Add to your dependency list. If using pip, this works:

```bash
pip install jupyter-book-epub
```

## Usage

Coming soon