Source for danielfrg.com.
bun install
bun 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