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.
- Host: GitHub
- URL: https://github.com/pydanny/jupyter-book-epub
- Owner: pydanny
- License: apache-2.0
- Created: 2024-06-18T16:57:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T17:00:54.000Z (11 months ago)
- Last Synced: 2025-03-01T08:09:39.271Z (3 months ago)
- Topics: epub-generation, jupyter-book, sphinx-doc
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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