Skip to content

ml-energy/blog

Repository files navigation

ML.ENERGY Research and Tech Blog

Blog deploy

Structure

  • docs/posts/: Blog post markdown files.
  • analysis/: Jupyter Notebooks and Python scripts that reproduce numbers, analyses, and figures in blog posts. One file per post, named to match the post file.

Install dependencies

pip install -r requirements.txt

Build

mkdocs build

Live preview

mkdocs serve 

Contributors