render-book
Installation
SKILL.md
Rendering Book
Render the "Data Science with Python" book into HTML or PDF formats using Quarto.
Why? Automates the Quarto commands required to build the book, ensuring consistent output for both web (HTML) and print (PDF) formats.
Quick Start
- Check Dependencies: Ensure Python venv and Quarto are installed.
- Activate venv:
source .venv/bin/activate - Choose Format: HTML (default) or PDF.
- Execute: Run the appropriate command.
- Verify: Check logs and output files.