Source for danielfrg.com.
Uses Vite+ (vp) for runtime and package management with pnpm.
vp install
vp run devWe use mkdocs-jupyter to convert the notebooks to markdown.
We save the notebooks into src/pages/blog/notebooks
and we also commit the converted ones under src/pages/blog
Create Python environment:
mamba env create
conda activate danielfrg.comConvert notebooks to markdown:
python nbconvert/convert.py