This repository contains the source code for my personal website, built with Jupyter Book.
This project uses uv for dependency management.
# Create a virtual environment and install dependencies
uv sync
source .venv/bin/activate# Build the book
jupyter-book build .
# Deploy the book
ghp-import -n -p -f _build/html
# View the book locally
open _build/html/index.html