- Install Quarto
- Install Quarto VSCode Extension
- Pip packages:
python -m venv venv
. venv/bin/activate
pip install -r requirements.txtcd notebook
quarto install tinytex
quarto publish gh-pagesWhole site:
quarto preview notebookOr ctrl + shift + k for a single file in VSCode.