These are the main commands to control Quarto within the book:
source .venv/bin/activate
quarto preview
quarto clean
quarto renderTo run the examples, do the following:
source .venv/bin/activate
quarto render notebook01a.qmd --to htmlTo install the spacy models (i.e., after recloning), do this:
source .venv/bin/activate
python -m ensurepip
python -m spacy download en_core_web_sm
python -m spacy download fr_core_news_sm