Skip to content

danielfrg/danielfrg.com

Repository files navigation

danielfrg.com

build

Source for danielfrg.com.

JS

pnpm install
pnpm dev

Notebooks

We 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.com

Convert notebooks to markdown:

python nbconvert/convert.py